Interface ISceneObject
Namespace: Experior.Rendering.Interfaces
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface ISceneObject
Properties
Id
Declaration
uint Id { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
SceneLayer
Declaration
string SceneLayer { get; }
Property Value
Type | Description |
---|---|
System.String |
Visible
Declaration
bool Visible { get; }
Property Value
Type | Description |
---|---|
System.Boolean |