본문으로 건너뛰기

AddKey

Overloads

NameDescription
AddKey(float time, AnimationKeyType type, Object tag)Animation Key 추가
AddKey(float time, AnimationKeyType type)Animation Key 추가

AddKey(float time, AnimationKeyType type, Object tag)

public AnimationKey AddKey(float time, AnimationKeyType type, Object tag)

Animation Key 추가

Parameters

NameTypeDescription
timefloat시간
typeAnimationKeyTypeKey Type
tagObjectTag

Returns

TypeDescription
AnimationKey추가된 Animation Key

AddKey(float time, AnimationKeyType type)

public AnimationKey AddKey(float time, AnimationKeyType type)

Animation Key 추가

Parameters

NameTypeDescription
timefloat시간
typeAnimationKeyTypeKey Type

Returns

TypeDescription
AnimationKey추가된 Animation Key