C# Class Animator, unity3xGameDevelopmentEssentials

Mostra file Open project: whg333/unity3xGameDevelopmentEssentials Class Usage Examples

Public Properties

Property Type Description
speed float
xEndPosition float
xStartPosition float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

speed public_oe property

public float speed
return float

xEndPosition public_oe property

public float xEndPosition
return float

xStartPosition public_oe property

public float xStartPosition
return float