Click or drag to resize

MovieClipSetPlaySettings Method (Int32, Int32, Int32, Int32)

从start帧开始,播放到end帧(-1表示结尾),重复times次(0表示无限循环),循环结束后,停止在endAt帧(-1表示参数end)

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void SetPlaySettings(
	int start,
	int end,
	int times,
	int endAt
)

Parameters

start
Type: SystemInt32
end
Type: SystemInt32
times
Type: SystemInt32
endAt
Type: SystemInt32
See Also