ObjectType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The different types of objects used by ARR.
public enum class ObjectType
public enum ObjectType
type ObjectType =
Public Enum ObjectType
- Inheritance
-
ObjectType
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Invalid object type. |
Entity | 1 | Object is an Entity |
FirstBasicObject | 1 | internal |
Mesh | 2 | Object is a Mesh |
Material | 3 | Object is a Material |
LastBasicObject | 4 | internal |
Texture | 4 | Object is a Texture |
FirstComponent | 200 | internal |
MeshComponent | 200 | Object is a MeshComponent |
CutPlaneComponent | 201 | Object is a CutPlaneComponent |
HierarchicalStateOverrideComponent | 202 | Object is a HierarchicalStateOverrideComponent |
PointLightComponent | 203 | Object is a PointLightComponent |
SpotLightComponent | 204 | Object is a SpotLightComponent |
DirectionalLightComponent | 205 | Object is a DirectionalLightComponent |
LastComponent | 205 | internal |