Property ComponentsOnAllLevels
ComponentsOnAllLevels
Provides access to the components held by the object and all compoments held by the object's components and so on.
Declaration
public IList<Scene.Object> ComponentsOnAllLevels { get; }
Property Value
Type | Description |
---|---|
IList<Scene.Object> |
Remarks
This is the same as ChildrenOnAllLevels.