• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,654 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0053 秒)

341. laya.d3.renderobjs.nativeobj.NativeCameraCullInfo_API3.0 [ 85%]

...a/d3/RenderObjs/NativeOBJ/NativeCameraCullInfo.ts:28 Accessors cullingMask get cullingMask(): number set cullingMask(cullingMask: number): void Defined in laya/d3/RenderObjs/NativeOBJ/NativeCameraCullInfo.ts:59 Returns number Defined in laya/d3/RenderObjs/NativeOBJ/NativeCameraCullInfo.ts:54 Paramet...

来源: Laya3.0_api 发布时间: 20231115

342. laya.physics.joint.WeldJoint_API3.0 [ 85%]

...WeldJoint.ts:14 [首次设置有效]关节的自身刚体 Accessors awaked get awaked(): boolean Inherited from Component.awaked Defined in laya/components/Component.ts:86 Returns boolean damping get damping(): number set damping(value: number): void Defined in laya/physics/joint/WeldJoint.ts:69 刚...

来源: Laya3.0_api 发布时间: 20231115

343. laya.d3.component.animation.KeyframeAnimations [ 85%]

...] 获取播放器的动画索引。 Implementation     public function get currentAnimationClipIndex():intcurrentFrameIndexproperty currentFrameIndex:int  [read-only] 获取播放器帧数。 Implementation     public function get currentFrameIndex():intnodeCountproperty nodeCount:int ...

来源: laya_api 发布时间: 20170929

344. laya.d3.core.BaseCamera [ 85%]

...y] 获取位置。BaseCamera  renderingOrder : intBaseCamera  renderTarget : RenderTexture 获取渲染场景的渲染目标。 BaseCamera  renderTargetSize : Size 获取渲染目标的尺寸 BaseCamera  right : Vector3[read-only] 获取右向量。 BaseCamera scene : Scene[read-only] 获...

来源: laya_api 发布时间: 20170929

345. laya.physics.BoxCollider [ 85%]

...():void[override] ColliderBase _onEnable():void[override] ColliderBase  getDef():*[override] BoxColliderProperty Detailheightpropertyheight:Number矩形高度 Implementation     public function get height():Number    public function set height(value:Number):voidwidthproperty width:Number...

来源: Laya2.0_api 发布时间: 20190513

346. laya.d3.core.TransformUV [ 85%]

...4  [read-only] 取变换矩阵。 Implementation     public function get matrix():Matrix4x4offsetproperty offset:Vector2 取偏移。 Implementation     public function get offset():Vector2    public function set offset(value:Vector2):voidrotationproperty rotation:Number 取旋转。...

来源: laya_api 发布时间: 20170929

347. laya.d3.utils.Size [ 85%]

...llScreen:Size  [read-only] Implementation     public static function get fullScreen():Sizeheightproperty height:int  [read-only] Implementation     public function get height():intwidthproperty width:int  [read-only] Implementation     public function get width():intConstructor D...

来源: laya_api 发布时间: 20170929

348. laya.d3.text.TextMesh [ 85%]

...propertycolor:Color 获取颜色。 Implementation     public function get color():Color    public function set color(value:Color):voidfontSizeproperty fontSize:int 获取字体尺寸。 Implementation     public function get fontSize():int    public function set fontSize(value:int)...

来源: Laya2.0_api 发布时间: 20190513

349. laya.d3.utils.Size [ 85%]

...llScreen:Size  [read-only] Implementation     public static function get fullScreen():Sizeheightproperty height:int  [read-only] Implementation     public function get height():intwidthproperty width:int  [read-only] Implementation     public function get width():intConstructor D...

来源: Laya2.0_api 发布时间: 20190513

350. Shader预编译(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 85%]

...1.当前ShaderVariant着色器变种对应的Shader3D ```typescript public get shader(): Shader3D; ``` 2.子着色器索引 ```typescript public get subShaderIndex(): number; ``` 3.通道索引 ```typescript public get passIndex(): number; ``` 4.宏定义集合 ```typescript public get defineNames()...

来源: Laya2.0_文档 发布时间: 20210714