SceneComponent.ComponentType Property
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.
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.