Click or drag to resize

Transition Class

Inheritance Hierarchy
SystemObject
  FairyGUITransition

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

The Transition type exposes the following members.

Constructors
  NameDescription
Public methodTransition
Initializes a new instance of the Transition class
Top
Properties
  NameDescription
Public propertyignoreEngineTimeScale
Public propertyname
动效的名称。在编辑器里设定。
Public propertyplaying
Public propertytimeScale
Top
Methods
Fields
  NameDescription
Public fieldinvalidateBatchingEveryFrame
当你启动了自动合批,动效里有涉及到XY、大小、旋转等的改变,如果你观察到元件的显示深度在播放过程中有错误,可以开启这个选项。
Top
See Also