Property
내용물
[
숨다
]Property class
사용자 정의 속성을 보유하는 클래스.
public abstract class Property : A3DObject
속성
이름 | 설명 |
---|---|
override Name { set; } | |
Properties { get; } | 모든 속성의 컬렉션을 가져옵니다. |
abstract Value { get; set; } | 값을 가져오거나 설정합니다. |
abstract ValueType { get; } | 속성 값의 유형을 가져옵니다. |
행동 양식
이름 | 설명 |
---|---|
FindProperty(string) | 속성을 찾습니다. 동적 속성(CreateDynamicProperty/SetProperty에 의해 생성됨) 또는 고유 속성(이름으로 식별됨) 일 수 있습니다. |
GetBindPoint(AnimationNode, bool) | 지정된 애니메이션 인스턴스의 속성 바인드 포인트를 가져옵니다. |
GetKeyframeSequence(AnimationNode, bool) | 지정된 애니메이션 인스턴스의 키프레임 시퀀스를 가져옵니다. |
GetProperty(string) | 지정된 property 의 값을 가져옵니다. |
RemoveProperty(Property) | 동적 속성을 제거합니다. |
RemoveProperty(string) | name 로 식별되는 지정된 속성을 제거합니다. |
SetProperty(string, object) | 지정된 property 의 값을 설정합니다. |
override ToString() | 현재를 나타내는 문자열을 반환합니다.Property . |
또한보십시오
- class A3DObject
- 네임스페이스 Aspose.ThreeD
- 집회 Aspose.3D