Packagelaya.d3.core.particleShuriKen.module
Classpublic class VelocityOverLifetime
InheritanceVelocityOverLifetime Inheritance Object
Implements laya.d3.core.IClone

VelocityOverLifetime 类用于粒子的生命周期速度。



Public Properties
 PropertyDefined By
  enbale : Boolean
是否启用
VelocityOverLifetime
  space : int
速度空间,0为local,1为world。
VelocityOverLifetime
  velocity : GradientVelocity
[read-only] 取尺寸。
VelocityOverLifetime
Public Methods
 MethodDefined By
  
创建一个 VelocityOverLifetime 实例。
VelocityOverLifetime
  
clone():*
克隆。
VelocityOverLifetime
  
cloneTo(destObject:*):void
克隆。
VelocityOverLifetime
Property Detail
enbaleproperty
public var enbale:Boolean

是否启用

spaceproperty 
public var space:int

速度空间,0为local,1为world。

velocityproperty 
velocity:GradientVelocity  [read-only]

取尺寸。


Implementation
    public function get velocity():GradientVelocity
Constructor Detail
VelocityOverLifetime()Constructor
public function VelocityOverLifetime(velocity:GradientVelocity)

创建一个 VelocityOverLifetime 实例。

Parameters
velocity:GradientVelocity
Method Detail
clone()method
public function clone():*

克隆。

Returns
* — 克隆副本。
cloneTo()method 
public function cloneTo(destObject:*):void

克隆。

Parameters

destObject:* — 克隆源。