Property | Type | Description | |
---|---|---|---|
BoneIndices | Byte4 | ||
BoneWeights | |||
Color | Microsoft.Xna.Framework.Vector3 | ||
Normal | Microsoft.Xna.Framework.Vector3 | ||
Position | Microsoft.Xna.Framework.Vector3 | ||
VertexDeclaration |
Property | Type | Description | |
---|---|---|---|
VertexPositionNormalColorBlendable | System.Runtime.InteropServices |
Method | Description | |
---|---|---|
Equals ( |
Indicates whether this instance and a specified object are equal.
|
|
Equals ( object obj ) : bool |
Indicates whether this instance and a specified object are equal.
|
|
GetHashCode ( ) : int |
Calculates the hash code representing the current instance.
|
|
ToString ( ) : string |
Returns a string representation of the vertex.
|
|
VertexPositionNormalColorBlendable ( Microsoft.Xna.Framework.Vector3 position, Microsoft.Xna.Framework.Vector3 normal, Microsoft.Xna.Framework.Color color, |
Initializes a new instance of the VertexPositionNormalTextureBlendable struct.
|
|
operator ( ) : bool |
The equality operator for this vertex structure.
|
Method | Description | |
---|---|---|
VertexPositionNormalColorBlendable ( ) : System.Runtime.InteropServices |
Initializes static members of the VertexPositionNormalColorBlendable struct.
|
public Equals ( |
||
other | /// The object to compare this instance to. /// | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | /// The object to compare this instance to. /// |
return | bool |
public VertexPositionNormalColorBlendable ( Microsoft.Xna.Framework.Vector3 position, Microsoft.Xna.Framework.Vector3 normal, Microsoft.Xna.Framework.Color color, |
||
position | Microsoft.Xna.Framework.Vector3 | /// The position of the vertex. /// |
normal | Microsoft.Xna.Framework.Vector3 | /// The normal of the vertex. /// |
color | Microsoft.Xna.Framework.Color | |
boneWeight | /// The bone weightings that apply to the vertex. /// | |
boneIndices | Byte4 | /// The bone IDs that apply to the vertex. /// |
return | System.Runtime.InteropServices |
public Vector4,Microsoft.Xna.Framework BoneWeights | ||
return |
public Vector3,Microsoft.Xna.Framework Color | ||
return | Microsoft.Xna.Framework.Vector3 |
public Vector3,Microsoft.Xna.Framework Normal | ||
return | Microsoft.Xna.Framework.Vector3 |
public Vector3,Microsoft.Xna.Framework Position | ||
return | Microsoft.Xna.Framework.Vector3 |