Packagelaya.d3.core.particleShuriKen.module.shape
Classpublic class BoxShape
InheritanceBoxShape Inheritance BaseShape Inheritance Object

BoxShape 类用于创建球形粒子形状。



Public Properties
 PropertyDefined By
 Inheritedenable : Boolean
是否启用。
BaseShape
 InheritedrandomDirection : Boolean
随机方向。
BaseShape
  x : Number
发射器X轴长度。
BoxShape
  y : Number
发射器Y轴长度。
BoxShape
  z : Number
发射器Z轴长度。
BoxShape
Public Methods
 MethodDefined By
  
创建一个 BoxShape 实例。
BoxShape
 Inherited
clone():*
克隆。
BaseShape
  
cloneTo(destObject:*):void
[override]
BoxShape
  
generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void
[override] 用于生成粒子初始位置和方向。
BoxShape
Protected Methods
 MethodDefined By
  
[override]
BoxShape
  
[override]
BoxShape
Property Detail
xproperty
public var x:Number

发射器X轴长度。

yproperty 
public var y:Number

发射器Y轴长度。

zproperty 
public var z:Number

发射器Z轴长度。

Constructor Detail
BoxShape()Constructor
public function BoxShape()

创建一个 BoxShape 实例。

Method Detail
_getShapeBoundBox()method
override protected function _getShapeBoundBox(boundBox:BoundBox):void

Parameters

boundBox:BoundBox

_getSpeedBoundBox()method 
override protected function _getSpeedBoundBox(boundBox:BoundBox):void

Parameters

boundBox:BoundBox

cloneTo()method 
override public function cloneTo(destObject:*):void

Parameters

destObject:*

generatePositionAndDirection()method 
override public function generatePositionAndDirection(position:Vector3, direction:Vector3, rand:Rand = null, randomSeeds:Uint32Array = null):void

用于生成粒子初始位置和方向。

Parameters

position:Vector3 — 粒子位置。
 
direction:Vector3 — 粒子方向。
 
rand:Rand (default = null)
 
randomSeeds:Uint32Array (default = null)