C# Class StellarObjectCenter, WorldMaker

Inheritance: MonoBehaviour
Show file Open project: SvenFrankson/WorldMaker

Public Properties

Property Type Description
Lock bool
firstUpdate Action
lowLimit float
smoothness float
stellarObjects StellarObject[],
truePos Vector3

Public Methods

Method Description
FindStellarObjects ( ) : void
FirstUpdate ( ) : void
LateUpdate ( ) : void
Start ( ) : void

Method Details

FindStellarObjects() public method

public FindStellarObjects ( ) : void
return void

FirstUpdate() public method

public FirstUpdate ( ) : void
return void

LateUpdate() public method

public LateUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

Lock public property

public bool Lock
return bool

firstUpdate public property

public Action firstUpdate
return Action

lowLimit public property

public float lowLimit
return float

smoothness public property

public float smoothness
return float

stellarObjects public property

public StellarObject[], stellarObjects
return StellarObject[],

truePos public property

public Vector3 truePos
return Vector3