Package | laya.d3.graphics |
Class | public class VertexPositionNormal |
Inheritance | VertexPositionNormal Object |
Implements | IVertex |
Property | Defined By | ||
---|---|---|---|
normal : Vector3 [read-only] | VertexPositionNormal | ||
position : Vector3 [read-only] | VertexPositionNormal | ||
vertexDeclaration : VertexDeclaration [read-only] | VertexPositionNormal |
Method | Defined By | ||
---|---|---|---|
VertexPositionNormal |
normal | property |
position | property |
vertexDeclaration | property |
vertexDeclaration:VertexDeclaration
[read-only] public function get vertexDeclaration():VertexDeclaration
VertexPositionNormal | () | Constructor |
public function VertexPositionNormal(position:Vector3, normal:Vector3)
position:Vector3 | |
normal:Vector3 |