Click or drag to resize

AnimationManagerCopyKey Method

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 CopyKey(
	float time,
	AnimationKey key
)

Parameters

time
Type: SystemSingle
시간
key
Type: VIZCore3D.NET.DataAnimationKey
복사할 Key

Return Value

Type: AnimationKey
복사된 Animation Key
See Also