C# Class Landing, Elemental

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public Transform idlePrefab
return Transform

landingPoint public_oe property

public Vector3 landingPoint
return Vector3

showLanding public_oe property

public bool showLanding
return bool

speed public_oe property

public float speed
return float