Packageaway3d.tools.helpers.data
Classpublic class ParticleGeometryTransform
InheritanceParticleGeometryTransform Inheritance Object

...



Public Properties
 PropertyDefined By
  invVertexTransform : Matrix3D
[read-only]
ParticleGeometryTransform
  UVTransform : Matrix
ParticleGeometryTransform
  vertexTransform : Matrix3D
ParticleGeometryTransform
Property Detail
invVertexTransformproperty
invVertexTransform:Matrix3D  [read-only]


Implementation
    public function get invVertexTransform():Matrix3D
UVTransformproperty 
UVTransform:Matrix


Implementation
    public function get UVTransform():Matrix
    public function set UVTransform(value:Matrix):void
vertexTransformproperty 
vertexTransform:Matrix3D


Implementation
    public function get vertexTransform():Matrix3D
    public function set vertexTransform(value:Matrix3D):void