public class VertexFormat
extends java.lang.Object
コンストラクタと説明 |
---|
VertexFormat(com.google.common.collect.ImmutableList<VertexFormatElement> elementsIn) |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
clearBufferState() |
boolean |
equals(java.lang.Object p_equals_1_) |
com.google.common.collect.ImmutableList<VertexFormatElement> |
getElements() |
int |
getIntegerSize() |
int |
getOffset(int index) |
int |
getSize() |
boolean |
hasColor() |
int |
hashCode() |
boolean |
hasNormal() |
boolean |
hasPosition() |
boolean |
hasUV(int which) |
void |
setupBufferState(long pointerIn) |
java.lang.String |
toString() |
public VertexFormat(com.google.common.collect.ImmutableList<VertexFormatElement> elementsIn)
public java.lang.String toString()
toString
クラス内 java.lang.Object
public int getIntegerSize()
public int getSize()
public com.google.common.collect.ImmutableList<VertexFormatElement> getElements()
public boolean equals(java.lang.Object p_equals_1_)
equals
クラス内 java.lang.Object
public int hashCode()
hashCode
クラス内 java.lang.Object
public void setupBufferState(long pointerIn)
public void clearBufferState()
public int getOffset(int index)
public boolean hasPosition()
public boolean hasNormal()
public boolean hasColor()
public boolean hasUV(int which)