Share via


ObjectType Enum

Definition

The different types of objects used by ARR.

public enum class ObjectType
public enum ObjectType
type ObjectType = 
Public Enum ObjectType
Inheritance
ObjectType

Fields

CutPlaneComponent 201

Object is a CutPlaneComponent

DirectionalLightComponent 205

Object is a DirectionalLightComponent

Entity 1

Object is an Entity

FirstBasicObject 1

internal

FirstComponent 200

internal

HierarchicalStateOverrideComponent 202

Object is a HierarchicalStateOverrideComponent

Invalid 0

Invalid object type.

LastBasicObject 4

internal

LastComponent 205

internal

Material 3

Object is a Material

Mesh 2

Object is a Mesh

MeshComponent 200

Object is a MeshComponent

PointLightComponent 203

Object is a PointLightComponent

SpotLightComponent 204

Object is a SpotLightComponent

Texture 4

Object is a Texture

Applies to

See also