C# Class Landing, Elemental

Inheritance: MonoBehaviour
Show file Open project: CodeStrumpet/Elemental Class Usage Examples

Public Properties

Property Type Description
idlePrefab Transform
landingPoint Vector3
showLanding bool
speed 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

idlePrefab public property

public Transform idlePrefab
return Transform

landingPoint public property

public Vector3 landingPoint
return Vector3

showLanding public property

public bool showLanding
return bool

speed public property

public float speed
return float