다음을 통해 공유


SceneNode.Children 속성

정의

이 노드의 자식 컬렉션을 가져옵니다.

public:
 property SceneNodeCollection ^ Children { SceneNodeCollection ^ get(); };
SceneNodeCollection Children();
public SceneNodeCollection Children { get; }
var sceneNodeCollection = sceneNode.children;
Public ReadOnly Property Children As SceneNodeCollection

속성 값

이 노드의 자식 컬렉션입니다.

적용 대상