C# Class SpriteAnimationPreview.TimeControl

Mostrar archivo Open project: anchan828/sprite-animation-preview

Private Properties

Property Type Description

Public Methods

Method Description
GetCurrentTime ( float startTime, float stopTime ) : float
Pause ( ) : void
Play ( ) : void
TimeControl ( ) : UnityEditor
Update ( ) : void

Method Details

GetCurrentTime() public method

public GetCurrentTime ( float startTime, float stopTime ) : float
startTime float
stopTime float
return float

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

TimeControl() public method

public TimeControl ( ) : UnityEditor
return UnityEditor

Update() public method

public Update ( ) : void
return void