C# Class KeyFrameBase, UnityDemo

显示文件 Open project: rouchen/UnityDemo Class Usage Examples

Public Properties

Property Type Description
isChange bool
isFoldOut bool
isSelected bool
time float
timeTmp float

Public Methods

Method Description
KeyFrameBase ( ) : System.Collections

Method Details

KeyFrameBase() public method

public KeyFrameBase ( ) : System.Collections
return System.Collections

Property Details

isChange public_oe property

public bool isChange
return bool

isFoldOut public_oe property

public bool isFoldOut
return bool

isSelected public_oe property

public bool isSelected
return bool

time public_oe property

public float time
return float

timeTmp public_oe property

public float timeTmp
return float