Click or drag to resize

AnimationManagerPlay Method

Animation 재생

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void Play(
	bool currentPosition = true,
	float time = 0f
)

Parameters

currentPosition (Optional)
Type: SystemBoolean
중단 위치 사용
time (Optional)
Type: SystemSingle
재생 시간 사용
See Also