AddKey
Overloads
| Name | Description |
|---|---|
| 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
| Name | Type | Description |
|---|---|---|
| time | float | 시간 |
| type | AnimationKeyType | Key Type |
| tag | Object | Tag |
Returns
| Type | Description |
|---|---|
| AnimationKey | 추가된 Animation Key |
AddKey(float time, AnimationKeyType type)
public AnimationKey AddKey(float time, AnimationKeyType type)
Animation Key 추가
Parameters
| Name | Type | Description |
|---|---|---|
| time | float | 시간 |
| type | AnimationKeyType | Key Type |
Returns
| Type | Description |
|---|---|
| AnimationKey | 추가된 Animation Key |