public static interface CCRenderState.IVertexSource
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAttributes(CCRenderState.VertexAttribute<T> attr)
Gets an array of vertex attrutes
|
Vertex5[] |
getVertices() |
boolean |
hasAttribute(CCRenderState.VertexAttribute<?> attr) |
void |
prepareVertex()
Callback to set CCRenderState for a vertex before the pipeline runs
|
Vertex5[] getVertices()
<T> T getAttributes(CCRenderState.VertexAttribute<T> attr)
T - The attrute array typeattr - The vertex attrute to getboolean hasAttribute(CCRenderState.VertexAttribute<?> attr)
void prepareVertex()