CullFaceMode

Inheritance: java.lang.Object

public final class CullFaceMode

要剔除的面

构造函数

构造函数描述
CullFaceMode()

字段

字段描述
BACK仅剔除背面
BOTH背面和前面都被剔除,不影响线/点渲染。
FRONT仅剔除前面

方法

方法描述
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CullFaceMode()

public CullFaceMode()

BACK

public static final int BACK

仅剔除背面

BOTH

public static final int BOTH

背面和前面都被剔除,不影响线/点渲染。

FRONT

public static final int FRONT

仅剔除前面

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

参数类型描述
arg0java.lang.Object

Returns: 布尔

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

参数类型描述
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

参数类型描述
arg0long
arg1int