Class SyncTree.Object
Inheritance
SyncTree.Object
Syntax
public class Object : SyncTree.IObject
Constructors
Object(DynamicEntry)
Declaration
public Object(DynamicEntry entry)
Parameters
Properties
Bounds
Declaration
public Aabb Bounds { get; }
Property Value
Implements
Depth
Declaration
public int Depth { get; }
Property Value
Implements
Entry
Declaration
public DynamicEntry Entry { get; }
Property Value
Implements
IsHlodInstance
Declaration
public bool IsHlodInstance { get; }
Property Value
Implements
IsLoaded
Declaration
public virtual bool IsLoaded { get; set; }
Property Value
Implements
IsVisible
Declaration
public bool IsVisible { get; set; }
Property Value
Implements
Parent
Declaration
public SyncTree.Node Parent { get; set; }
Property Value
Implements
Priority
Declaration
public float Priority { get; set; }
Property Value
Implements
SyncId
Declaration
public SyncId SyncId { get; }
Property Value
Implements