public class Primitives
extends java.lang.Object
| 构造器和说明 |
|---|
Primitives() |
| 限定符和类型 | 方法和说明 |
|---|---|
Attributes |
getAttributes()
获取属性
|
java.lang.Integer |
getIndices()
获取索引
|
java.lang.Integer |
getMaterial()
获取材质索引
|
java.lang.Integer |
getMode()
获取模式
|
void |
setAttributes(Attributes attributes)
设置属性
|
void |
setIndices(java.lang.Integer indices)
设置索引
|
void |
setMaterial(java.lang.Integer material)
设置材质索引
|
void |
setMode(java.lang.Integer mode)
设置模式
|
public void setAttributes(Attributes attributes)
attributes - public Attributes getAttributes()
public void setIndices(java.lang.Integer indices)
indices - public java.lang.Integer getIndices()
public void setMode(java.lang.Integer mode)
mode - public java.lang.Integer getMode()
public void setMaterial(java.lang.Integer material)
material - public java.lang.Integer getMaterial()