ObjectType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
ARR 使用的不同类型的对象。
public enum class ObjectType
public enum ObjectType
type ObjectType =
Public Enum ObjectType
- 继承
-
ObjectType
字段
CutPlaneComponent | 201 | |
DirectionalLightComponent | 205 | |
Entity | 1 | 对象是 Entity |
FirstBasicObject | 1 | 内部 |
FirstComponent | 200 | 内部 |
HierarchicalStateOverrideComponent | 202 | |
Invalid | 0 | 对象类型无效。 |
LastBasicObject | 4 | 内部 |
LastComponent | 205 | 内部 |
Material | 3 | 对象为 Material |
Mesh | 2 | 对象为 Mesh |
MeshComponent | 200 | 对象为 MeshComponent |
PointLightComponent | 203 | |
SpotLightComponent | 204 | |
Texture | 4 | 对象为 Texture |