Scene.Library

Scene.Library property

Objects that not directly used in scene hierarchy can be defined in Library. This is useful when you’re using sub-scenes and put reusable components under sub-scenes.

public IList<A3DObject> Library { get; }

See Also