| Package | laya.d3.core.particleShuriKen.module |
| Class | public class VelocityOverLifetime |
| Inheritance | VelocityOverLifetime Object |
| Implements | laya.d3.core.IClone |
VelocityOverLifetime 类用于粒子的生命周期速度。
| Property | Defined By | ||
|---|---|---|---|
| enbale : Boolean 是否启用 | VelocityOverLifetime | ||
| space : int 速度空间,0为local,1为world。 | VelocityOverLifetime | ||
| velocity : GradientVelocity [read-only]
取尺寸。
| VelocityOverLifetime | ||
| Method | Defined By | ||
|---|---|---|---|
VelocityOverLifetime(velocity:GradientVelocity)
创建一个 VelocityOverLifetime 实例。
| VelocityOverLifetime | ||
clone():*
克隆。
| VelocityOverLifetime | ||
cloneTo(destObject:*):void
克隆。
| VelocityOverLifetime | ||
| enbale | property |
public var enbale:Boolean是否启用
| space | property |
public var space:int速度空间,0为local,1为world。
| velocity | property |
velocity:GradientVelocity [read-only] 取尺寸。
public function get velocity():GradientVelocity| VelocityOverLifetime | () | Constructor |
public function VelocityOverLifetime(velocity:GradientVelocity)
创建一个 VelocityOverLifetime 实例。
velocity:GradientVelocity |
| clone | () | method |
public function clone():*克隆。
Returns* — 克隆副本。
|
| cloneTo | () | method |
public function cloneTo(destObject:*):void克隆。
Parameters
destObject:* — 克隆源。
|