C# Class FlyToPlayer, World-of-Carbon

Inheritance: MonoBehaviour
Show file Open project: kenfehling/World-of-Carbon

Public Properties

Property Type Description
flySpeed float

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void
setTarget ( Transform target, bool isToPlayer ) : void
setTarget ( Vector3 target, bool isToPlayer ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

setTarget() public method

public setTarget ( Transform target, bool isToPlayer ) : void
target Transform
isToPlayer bool
return void

setTarget() public method

public setTarget ( Vector3 target, bool isToPlayer ) : void
target Vector3
isToPlayer bool
return void

Property Details

flySpeed public property

public float flySpeed
return float