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