Gets the type scene object represented by this object.

Namespace:  Bespoke.Games.Framework
Assembly:  Bespoke.Games.Framework (in Bespoke.Games.Framework.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public override SceneObjectType GetSceneObjectType()
Visual Basic (Declaration)
Public Overrides Function GetSceneObjectType As SceneObjectType
Visual C++
public:
virtual SceneObjectType GetSceneObjectType() override

Return Value

The scene object type of this object.

Implements

ISceneObject..::.GetSceneObjectType()()()

See Also