public class VertexTransformer extends java.lang.Object implements IVertexConsumer
修飾子とタイプ | フィールドと説明 |
---|---|
protected IVertexConsumer |
parent |
コンストラクタと説明 |
---|
VertexTransformer(IVertexConsumer parent) |
修飾子とタイプ | メソッドと説明 |
---|---|
VertexFormat |
getVertexFormat() |
void |
put(int element,
float... data) |
void |
setApplyDiffuseLighting(boolean diffuse) |
void |
setQuadOrientation(Direction orientation) |
void |
setQuadTint(int tint) |
void |
setTexture(TextureAtlasSprite texture) |
protected final IVertexConsumer parent
public VertexTransformer(IVertexConsumer parent)
public VertexFormat getVertexFormat()
getVertexFormat
インタフェース内 IVertexConsumer
public void setQuadTint(int tint)
setQuadTint
インタフェース内 IVertexConsumer
public void setTexture(TextureAtlasSprite texture)
setTexture
インタフェース内 IVertexConsumer
public void setQuadOrientation(Direction orientation)
setQuadOrientation
インタフェース内 IVertexConsumer
public void setApplyDiffuseLighting(boolean diffuse)
setApplyDiffuseLighting
インタフェース内 IVertexConsumer
public void put(int element, float... data)
put
インタフェース内 IVertexConsumer