Packagelaya.d3.graphics
Classpublic class VertexPositionNormalTexture0Texture1
InheritanceVertexPositionNormalTexture0Texture1 Inheritance Object
Implements IVertex

VertexPositionNormalTexture 类用于创建位置、法线、纹理顶点结构。



Public Properties
 PropertyDefined By
  normal : Vector3
[read-only]
VertexPositionNormalTexture0Texture1
  position : Vector3
[read-only]
VertexPositionNormalTexture0Texture1
  textureCoordinate0 : Vector2
[read-only]
VertexPositionNormalTexture0Texture1
  textureCoordinate1 : Vector2
[read-only]
VertexPositionNormalTexture0Texture1
  vertexDeclaration : VertexDeclaration
[read-only]
VertexPositionNormalTexture0Texture1
Public Methods
 MethodDefined By
  
VertexPositionNormalTexture0Texture1(position:Vector3, normal:Vector3, textureCoordinate0:Vector2, textureCoordinate1:Vector2)
VertexPositionNormalTexture0Texture1
Property Detail
normalproperty
normal:Vector3  [read-only]


Implementation
    public function get normal():Vector3
positionproperty 
position:Vector3  [read-only]


Implementation
    public function get position():Vector3
textureCoordinate0property 
textureCoordinate0:Vector2  [read-only]


Implementation
    public function get textureCoordinate0():Vector2
textureCoordinate1property 
textureCoordinate1:Vector2  [read-only]


Implementation
    public function get textureCoordinate1():Vector2
vertexDeclarationproperty 
vertexDeclaration:VertexDeclaration  [read-only]


Implementation
    public function get vertexDeclaration():VertexDeclaration
Constructor Detail
VertexPositionNormalTexture0Texture1()Constructor
public function VertexPositionNormalTexture0Texture1(position:Vector3, normal:Vector3, textureCoordinate0:Vector2, textureCoordinate1:Vector2)



Parameters
position:Vector3
 
normal:Vector3
 
textureCoordinate0:Vector2
 
textureCoordinate1:Vector2