SceneObject

SceneObject class

장면 내부에 저장될 객체의 루트 클래스입니다.

public abstract class SceneObject : A3DObject

생성자

이름설명
SceneObject()SceneObject를 초기화합니다.
SceneObject(string)기본 이름 로 SceneObject 초기화

속성

이름설명
virtual Name { get; set; }이름을 가져오거나 설정합니다.
Properties { get; }모든 속성의 컬렉션을 가져옵니다.
Scene { get; }이 개체가 속한 장면을 가져옵니다

행동 양식

이름설명
FindProperty(string)속성을 찾습니다. 동적 속성(CreateDynamicProperty/SetProperty에 의해 생성됨) 또는 고유 속성(이름으로 식별됨) 일 수 있습니다.
GetProperty(string)지정된 property 의 값을 가져옵니다.
RemoveProperty(Property)동적 속성을 제거합니다.
RemoveProperty(string)name 로 식별되는 지정된 속성을 제거합니다.
SetProperty(string, object)지정된 property 의 값을 설정합니다.

또한보십시오