Packagelaya.d3.core.particleShuriKen.module
Classpublic class SizeOverLifetime
InheritanceSizeOverLifetime Inheritance Object
Implements laya.d3.core.IClone

SizeOverLifetime 类用于粒子的生命周期尺寸。



Public Properties
 PropertyDefined By
  enbale : Boolean
是否启用
SizeOverLifetime
  size : GradientSize
[read-only] 取尺寸。
SizeOverLifetime
Public Methods
 MethodDefined By
  
创建一个 SizeOverLifetime 实例。
SizeOverLifetime
  
clone():*
克隆。
SizeOverLifetime
  
cloneTo(destObject:*):void
克隆。
SizeOverLifetime
Property Detail
enbaleproperty
public var enbale:Boolean

是否启用

sizeproperty 
size:GradientSize  [read-only]

取尺寸。


Implementation
    public function get size():GradientSize
Constructor Detail
SizeOverLifetime()Constructor
public function SizeOverLifetime(size:GradientSize)

创建一个 SizeOverLifetime 实例。

Parameters
size:GradientSize
Method Detail
clone()method
public function clone():*

克隆。

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

克隆。

Parameters

destObject:* — 克隆源。