|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMicrosoft.Xna.Framework.Graphics.GraphicsResource
Microsoft.Xna.Framework.Graphics.VertexDeclaration
public class VertexDeclaration
A vertex declaration, which defines per-vertex data.
Field Summary |
---|
Fields inherited from class Microsoft.Xna.Framework.Graphics.GraphicsResource |
---|
_parent, Disposing, Name, Tag |
Constructor Summary | |
---|---|
VertexDeclaration(int vertexStride,
VertexElement... elements)
|
|
VertexDeclaration(VertexElement... elements)
|
Method Summary | |
---|---|
int |
getVertexStride()
|
Methods inherited from class Microsoft.Xna.Framework.Graphics.GraphicsResource |
---|
Dispose, Dispose, finalize, GraphicsDevice, IsDisposed, raise_disposing, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VertexDeclaration(VertexElement... elements)
public VertexDeclaration(int vertexStride, VertexElement... elements)
Method Detail |
---|
public int getVertexStride()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |