SceneComponent.ComponentType Property

Definition

Gets a value that indicates what kind of component this is.

public:
 property SceneComponentType ComponentType { SceneComponentType get(); };
SceneComponentType ComponentType();
public SceneComponentType ComponentType { get; }
var sceneComponentType = sceneComponent.componentType;
Public ReadOnly Property ComponentType As SceneComponentType

Property Value

A value of the enumeration that indicates what kind of component this is.

Applies to