C# Class CamManager, WorldMaker

Inheritance: MonoBehaviour
Exibir arquivo Open project: SvenFrankson/WorldMaker Class Usage Examples

Public Properties

Property Type Description
aircraft Transform
camMode CamMode
smoothness int
target Transform

Public Methods

Method Description
FixedUpdate ( ) : void
GoAirCraftMode ( AirCraft, a ) : void
GoPlayerMode ( Player, p ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

GoAirCraftMode() public method

public GoAirCraftMode ( AirCraft, a ) : void
a AirCraft,
return void

GoPlayerMode() public method

public GoPlayerMode ( Player, p ) : void
p Player,
return void

Property Details

aircraft public_oe property

public Transform aircraft
return Transform

camMode public_oe property

public CamMode camMode
return CamMode

smoothness public_oe property

public int smoothness
return int

target public_oe property

public Transform target
return Transform