Package | laya.d3.graphics |
Class | public class VertexGlitter |
Inheritance | VertexGlitter Object |
Implements | IVertex |
VertexPositionNormalColorTangent
类用于创建粒子顶点结构。
Property | Defined By | ||
---|---|---|---|
position : Vector3 [read-only] | VertexGlitter | ||
textureCoordinate : Vector2 [read-only] | VertexGlitter | ||
time : Number [read-only] | VertexGlitter | ||
vertexDeclaration : VertexDeclaration [read-only] | VertexGlitter |
Method | Defined By | ||
---|---|---|---|
VertexGlitter |
position | property |
textureCoordinate | property |
textureCoordinate:Vector2
[read-only] public function get textureCoordinate():Vector2
time | property |
time:Number
[read-only] public function get time():Number
vertexDeclaration | property |
vertexDeclaration:VertexDeclaration
[read-only] public function get vertexDeclaration():VertexDeclaration
VertexGlitter | () | Constructor |
public function VertexGlitter(position:Vector3, textureCoordinate:Vector2, time:Number)
position:Vector3 | |
textureCoordinate:Vector2 | |
time:Number |