속성

Property class

사용자 정의 속성을 보유하는 클래스. @hideconstructor

메서드

getValue

이름설명
getValue()값을 가져오거나 설정합니다. 값.

Result:


setValue

이름설명
setValue(value)값을 가져오거나 설정합니다. 값.

Result:


setName

이름설명
setName(value)

Result:


getValueType

이름설명
getValueType()속성 값의 유형을 가져옵니다. 값의 유형.

Result:


getProperties

이름설명
getProperties()모든 속성의 컬렉션을 가져옵니다.

Result:


getBindPoint

이름설명
getBindPoint(anim, create)지정된 애니메이션 인스턴스에서 속성 바인드 포인트를 가져옵니다.

Parameters:

이름유형설명
animAnimationNode바인드 포인트를 생성할 애니메이션을 선택합니다.
생성boolean속성 바인드 포인트가 없으면 생성합니다.

Result: BindPoint


getKeyframeSequence

이름설명
getKeyframeSequence(anim, create)지정된 애니메이션 인스턴스의 키프레임 시퀀스를 가져옵니다.

Parameters:

이름유형설명
animAnimationNode키프레임 시퀀스를 생성할 애니메이션을 선택합니다.
생성boolean키프레임 시퀀스가 없으면 생성합니다.

Result: KeyframeSequence


toString

이름설명
toString()현재 속성을 나타내는 문자열을 반환합니다.

Result: String


removeProperty

이름설명
removeProperty(property)동적 속성을 제거합니다.

Parameters:

이름유형설명
속성속성제거할 속성은 무엇입니까

Result: boolean


removeProperty

이름설명
removeProperty(property)이름으로 식별된 지정된 속성을 제거합니다.

Parameters:

이름유형설명
propertStringnull

Result: boolean


getProperty

이름설명
getProperty(property)지정된 속성의 값을 가져옵니다

Parameters:

이름유형설명
속성String속성 이름

Result: Object


setProperty

이름설명
setProperty(property, value)지정된 속성의 값을 설정합니다

Parameters:

이름유형설명
속성String속성 이름
valueObject속성의 값

Result: Object


findProperty

이름설명
findProperty(propertyName)속성을 찾습니다. 동적 속성 (Created by CreateDynamicProperty/SetProperty) 또는 네이티브 속성(Identified by its name) 일 수 있습니다

Parameters:

이름유형설명
propertyNameString속성 이름.

Result: 속성