C# Class StellarObjectCenter, WorldMaker

Inheritance: MonoBehaviour
Afficher le fichier Open project: SvenFrankson/WorldMaker

Méthodes publiques

Свойство Type Description
Lock bool
firstUpdate Action
lowLimit float
smoothness float
stellarObjects StellarObject[],
truePos Vector3

Méthodes publiques

Méthode Description
FindStellarObjects ( ) : void
FirstUpdate ( ) : void
LateUpdate ( ) : void
Start ( ) : void

Method Details

FindStellarObjects() public méthode

public FindStellarObjects ( ) : void
Résultat void

FirstUpdate() public méthode

public FirstUpdate ( ) : void
Résultat void

LateUpdate() public méthode

public LateUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

Lock public_oe property

public bool Lock
Résultat bool

firstUpdate public_oe property

public Action firstUpdate
Résultat Action

lowLimit public_oe property

public float lowLimit
Résultat float

smoothness public_oe property

public float smoothness
Résultat float

stellarObjects public_oe property

public StellarObject[], stellarObjects
Résultat StellarObject[],

truePos public_oe property

public Vector3 truePos
Résultat Vector3