C# Class FairyGUI.GearAnimationValue

显示文件 Open project: fairygui/FairyGUI-unity Class Usage Examples

Public Properties

Property Type Description
frame int
playing bool

Public Methods

Method Description
GearAnimationValue ( bool playing, int frame ) : System.Collections.Generic

Method Details

GearAnimationValue() public method

public GearAnimationValue ( bool playing, int frame ) : System.Collections.Generic
playing bool
frame int
return System.Collections.Generic

Property Details

frame public_oe property

public int frame
return int

playing public_oe property

public bool playing
return bool