大约有 597 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0050 秒)
...set onStart onUpdate setConnectRigidBody setConstraintEnabled setFrames setOverrideNumSolverIterations Constructors constructor new FixedConstraint(): FixedConstraint Overrides ConstraintComponent.constructor Defined in laya/d3/physics/constraints/FixedConstraint.ts:6 创建一个FixedConstraint实...
来源: Laya3.0_api 发布时间: 20231115
...xt`文本。 脚本类: ```typescript //重写脚本中的onUpdate方法 override public function onUpdate():void { var touchCount:int = _scene.input.touchCount(); if (1 === touchCount){ //判断是否为两指触控,撤去一根手指后引发的touchCount===1 if (isTwoTouch){ return; } _text.t...
来源: Laya2.0_文档 发布时间: 20210715
...angeVertexDefine shaderValueInit Constructors constructor new UI3D(): UI3D Overrides BaseRender.constructor Defined in laya/d3/core/UI3D/UI3D.ts:198 实例化一个UI3D Returns UI3D Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Componen...
来源: Laya3.0_api 发布时间: 20231115
...Constructors constructor new Button(skin?: string, label?: string): Button Overrides UIComponent.constructor Defined in laya/ui/Button.ts:212 创建一个新的 Button 类实例。 Parameters Default value skin: string = null 皮肤资源地址。 Default value label: string = "" 按钮的文本内...
来源: Laya3.0_api 发布时间: 20231115
...tructors constructor new CheckBox(skin?: string, label?: string): CheckBox Overrides Button.constructor Defined in laya/ui/CheckBox.ts:83 创建一个新的 CheckBox 组件实例。 Parameters Default value skin: string = null 皮肤资源地址。 Default value label: string = "" 文本标签的内...
来源: Laya3.0_api 发布时间: 20231115
...Reset onStart onUpdate Constructors constructor new JointBase(): JointBase Overrides Component.constructor Defined in laya/physics/joint/JointBase.ts:9 Returns JointBase Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Opti...
来源: Laya3.0_api 发布时间: 20231115
...set onStart onUpdate Constructors constructor new MeshFilter(): MeshFilter Overrides Component.constructor Defined in laya/d3/core/MeshFilter.ts:15 Returns MeshFilter Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/components/Component.ts:36 Optiona...
来源: Laya3.0_api 发布时间: 20231115
... fromImage Constructors constructor new Image(skin?: string | null): Image Overrides UIComponent.constructor Defined in laya/ui/Image.ts:98 创建一个 Image 实例。 Parameters Default value skin: string | null = null 皮肤资源地址。 Returns Image Properties Optional _extra _extra: INodeExt...
来源: Laya3.0_api 发布时间: 20231115
...onReset onStart onUpdate Constructors constructor new LODGroup(): LODGroup Overrides Component.constructor Defined in laya/d3/component/LODGroup.ts:194 实例化一个LODGroup Returns LODGroup Properties Optional _extra _extra: IComponentExtra Inherited from Component._extra Defined in laya/componen...
来源: Laya3.0_api 发布时间: 20231115
...r3, collisionGroup?: number, canCollideWith?: number): CharacterController Overrides PhysicsComponent.constructor Defined in laya/d3/physics/CharacterController.ts:215 创建一个 CharacterController 实例。 Parameters Default value stepheight: number = 0.1 角色脚步高度。 Default value upA...
来源: Laya3.0_api 发布时间: 20231115