C# Class SetPosition, Pharos

Inheritance: Movement
Show file Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
DayNightCycle bool
worldRotationCenter Transform

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

DayNightCycle public property

public bool DayNightCycle
return bool

worldRotationCenter public property

public Transform worldRotationCenter
return Transform