大约有 1,460 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0053 秒)
Laya3.0_api(398) Laya_社区(300) Laya2.0_api(251) laya_api(215) Laya2.0_文档(167) Laya3.0_文档(90) Laya2.0_示例(22) Laya_示例(17)
...ePostProcessEffect ObjectSubclasses BloomEffect PostProcessEffect 类用于创建后期处理渲染效果。 Public Methods MethodDefined By PostProcessEffect() 创建一个 PostProcessEffect 实例。 PostProcessEffectConstructor DetailPostProcessEffect()Constructorpublic function PostProcessE...
来源: Laya2.0_api 发布时间: 20190513
...Packagelaya.d3.mathClasspublic class RayInheritanceRay Object Ray 类用于创建射线。 Public Properties PropertyDefined By direction : Vector3方向Ray origin : Vector3原点RayPublic Methods MethodDefined By Ray(origin:Vector3, direction:Vector3) 创建一个 Ray 实例。 RayPrope...
来源: Laya2.0_api 发布时间: 20190513
...sClasspublic class CollisionInheritanceCollision Object Collision 类用于创建物理碰撞信息。 Public Methods MethodDefined By Collision() 创建一个 Collision 实例。 CollisionConstructor DetailCollision()Constructorpublic function Collision() 创建一个 Collision 实例。 Mon M...
来源: Laya2.0_api 发布时间: 20190513
...lsClasspublic class SkyBoxInheritanceSkyBox SkyMesh Object SkyBox 类用于创建天空盒。 Public Methods MethodDefined By SkyBox() 创建一个 SkyBox 实例。 SkyBox _render(state:RenderContext3D):void[override] SkyBoxConstructor DetailSkyBox()Constructorpublic function SkyBox() 创建...
来源: Laya2.0_api 发布时间: 20190513
...public class PostProcessInheritancePostProcess Object PostProcess 类用于创建后期处理组件。 Public Methods MethodDefined By PostProcess() 创建一个 PostProcess 实例。 PostProcess _init(camera:Camera, command:CommandBuffer):void private PostProcess addEffect(effect:PostPro...
来源: Laya2.0_api 发布时间: 20190513
...oatKeyframeInheritanceFloatKeyframe Keyframe Object FloatKeyFrame 类用于创建浮点关键帧实例。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By inTangent : NumberFloatKeyframe outTangent : NumberFloatKeyframe time : Number时...
来源: Laya2.0_api 发布时间: 20190513
...c class RandXInheritanceRandX Object Rand 类用于通过128位整型种子创建随机数,算法来自:https://github.com/AndreasMadsen/xorshift。 Public Properties PropertyDefined By defaultRand : RandX[static] 基于时间种子的随机数。RandXPublic Methods MethodDefined By RandX(s...
来源: laya_api 发布时间: 20170929
...c class RandXInheritanceRandX Object Rand 类用于通过128位整型种子创建随机数,算法来自:https://github.com/AndreasMadsen/xorshift。 Public Properties PropertyDefined By defaultRand : RandX[static] 基于时间种子的随机数。RandXPublic Methods MethodDefined By RandX(s...
来源: Laya2.0_api 发布时间: 20190513
...cs/VertexElement" VertexElement Class VertexElement VertexElement 类用于创建顶点结构分配。 Hierarchy VertexElement Index Constructors constructor Accessors elementFormat elementUsage offset Constructors constructor new VertexElement(offset: number, elementFormat: string, elementUsage: nu...
来源: Laya3.0_api 发布时间: 20231102
...r 是事件处理器类。 推荐使用 Handler.create() 方法从对象池创建,减少对象创建消耗。创建的 Handler 对象不再使用后,可以使用 Handler.recover() 将其回收到对象池,回收后不要再使用此对象,否则会导致不可预料的错误。 注意:由...
来源: Laya3.0_api 发布时间: 20231115