Click or drag to resize

TransitionSetAutoPlay Method

设置动效是否自动播放。

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetAutoPlay(
	bool autoPlay,
	int times,
	float delay
)

Parameters

autoPlay
Type: SystemBoolean
times
Type: SystemInt32
delay
Type: SystemSingle
See Also