C# Class RocketMotion, Galaxy-Breacher

Inheritance: MonoBehaviour
Show file Open project: gamkedo-la/Galaxy-Breacher Class Usage Examples

Public Properties

Property Type Description
target Transform

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
inheritSpeedBoost ( float adjustedThrottle ) : void

Private Methods

Method Description
targetScan ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

inheritSpeedBoost() public method

public inheritSpeedBoost ( float adjustedThrottle ) : void
adjustedThrottle float
return void

Property Details

target public property

public Transform target
return Transform