C# Class UnityEditorInternal.AnimationKeyTime

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
ContainsTime ( float time ) : bool
Frame ( int frame, float frameRate ) : AnimationKeyTime
Time ( float time, float frameRate ) : AnimationKeyTime

Method Details

ContainsTime() public method

public ContainsTime ( float time ) : bool
time float
return bool

Frame() public static method

public static Frame ( int frame, float frameRate ) : AnimationKeyTime
frame int
frameRate float
return AnimationKeyTime

Time() public static method

public static Time ( float time, float frameRate ) : AnimationKeyTime
time float
frameRate float
return AnimationKeyTime