KitchenDraw SDK 2
Show / Hide Table of Contents

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.

In this article
Back to top Generated by DocFX