Click or drag to resize
PlayState Class
Inheritance Hierarchy
SystemObject
  FairyGUIPlayState

Namespace: FairyGUI
Assembly: FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class PlayState

The PlayState type exposes the following members.

Constructors
  NameDescription
Public methodPlayState
Initializes a new instance of the PlayState class
Top
Methods
  NameDescription
Public methodCopy
Public methodReset
Public methodRewind
Public methodUpdate
Top
Fields
  NameDescription
Public fieldignoreTimeScale
是否忽略TimeScale的影响,即在TimeScale改变后依然保持原有的播放速度
Top
Properties
  NameDescription
Public propertycurrrentFrame
Public propertyreachEnding
是否已播放到结尾
Public propertyrepeatedCount
重复次数
Public propertyreversed
是否已反向播放
Top
See Also