Click or drag to resize

AnimationManagerAddKey Method (Single, AnimationManagerAnimationKeyType)

Animation Key 추가

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public AnimationKey AddKey(
	float time,
	AnimationManagerAnimationKeyType type
)

Parameters

time
Type: SystemSingle
시간
type
Type: VIZCore3D.NET.ManagerAnimationManagerAnimationKeyType
Key Type

Return Value

Type: AnimationKey
추가된 Animation Key
See Also