C# Class SetPosition, Pharos

Inheritance: Movement
Mostrar archivo 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_oe property

public bool DayNightCycle
return bool

worldRotationCenter public_oe property

public Transform worldRotationCenter
return Transform