public class OverlayTexture
extends java.lang.Object
implements java.lang.AutoCloseable
修飾子とタイプ | フィールドと説明 |
---|---|
static int |
NO_OVERLAY |
コンストラクタと説明 |
---|
OverlayTexture() |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
close() |
static int |
getPackedUV(float uIn,
boolean hurtIn) |
static int |
getPackedUV(int uIn,
int vIn) |
static int |
getU(float uIn) |
static int |
getV(boolean hurtIn) |
void |
setupOverlayColor() |
void |
teardownOverlayColor() |
public void close()
close
インタフェース内 java.lang.AutoCloseable
public void setupOverlayColor()
public static int getU(float uIn)
public static int getV(boolean hurtIn)
public static int getPackedUV(int uIn, int vIn)
public static int getPackedUV(float uIn, boolean hurtIn)
public void teardownOverlayColor()