大约有 597 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0080 秒)
... _getIndexBuffer():IndexBuffer3DShurikenParticleSystem _getType():int[override] 获取几何体类型。 ShurikenParticleSystem _getVertexBuffer(index:int = 0):VertexBuffer3DShurikenParticleSystem _prepareRender(state:RenderContext3D):Boolean[override] ShurikenParticleSystem addNewParti...
来源: Laya2.0_api 发布时间: 20190513
...的绘图操作都通过Graphics来实现的。Sprite height : Number[override] 显示对象的高度,单位为像素,默认为0。 此高度用于鼠标碰撞检测,并不影响显示对象图像大小。需要对显示对象的图像进行缩放,请使用scale、scaleX、scaleY。 可...
来源: Laya2.0_api 发布时间: 20190513
...rMaterial 实例。 PBRSpecularMaterial _addReference(count:int = 1):void[override] BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseMateri...
来源: Laya2.0_api 发布时间: 20190513
...dMaterial 实例。 PBRStandardMaterial _addReference(count:int = 1):void[override] BaseMaterial _parse(data:*, propertyParams:Object = null, constructParams:Array = null):BaseMaterial[static] BaseMaterial _removeReference(count:int = 1):void[override] BaseMaterial clone():* 克隆。 BaseMateri...
来源: Laya2.0_api 发布时间: 20190513
...how Inherited Protected Methods MethodDefined By detoryResource():void[override] IndexBuffer3D recreateResource():void[override] BufferPublic Constants ConstantDefined By INDEXTYPE_UBYTE : String = ubyte[static] 8位ubyte无符号索引类型。IndexBuffer3D INDEXTYPE_USHORT : String = u...
来源: laya_api 发布时间: 20170929
...pe:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知。 如果侦听鼠标事件,则会自动设置自己和父亲节点的属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停...
来源: laya_api 发布时间: 20170929
... new CannonSphereColliderShape(radius?: number): CannonSphereColliderShape Overrides CannonColliderShape.constructor Defined in laya/d3/physicsCannon/shape/CannonSphereColliderShape.ts:16 创建一个新的 SphereColliderShape 实例。 Parameters Default value radius: number = 0.5 半径。 Returns...
来源: Laya3.0_api 发布时间: 20231102
...时所有节点和组件均已创建完毕,此方法只执行一次 */ override public function onAwake():void{ //获取脚本的拥有者 meshsp = this.owner as MeshSprite3D; } //物体必须拥有碰撞组件(Collider) //当被鼠标点击 override public function onMouseDown(e:Event):void{ ...
来源: Laya2.0_文档 发布时间: 20210715
...ations Constructors constructor new MeshColliderShape(): MeshColliderShape Overrides ColliderShape.constructor Defined in laya/d3/physics/shape/MeshColliderShape.ts:47 创建一个新的 MeshColliderShape 实例。 Returns MeshColliderShape Properties needsCustomCollisionCallback needsCustomCollisio...
来源: Laya3.0_api 发布时间: 20231115
...nstructor new QuaternionKeyframe(weightMode?: boolean): QuaternionKeyframe Overrides Keyframe.constructor Defined in laya/d3/core/QuaternionKeyframe.ts:20 创建一个 QuaternionKeyframe 实例。 Parameters Default value weightMode: boolean = false Returns QuaternionKeyframe Properties inTangent in...
来源: Laya3.0_api 发布时间: 20231115