C# Class StellarSystem, WorldMaker

Inheritance: MonoBehaviour
Afficher le fichier Open project: SvenFrankson/WorldMaker Class Usage Examples

Méthodes publiques

Свойство Type Description
PlanetTemplate Planet,
SheightMapSize int
SsquareLength int
SsquareLengthPow int
StileSize float
planetRate float
stellarSystemName string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( PlanetSquare, ps, float priority ) : void
Awake ( ) : void
GenerateRandom ( ) : void
SeedFromName ( ) : int
Update ( ) : void

Method Details

Add() public méthode

public Add ( PlanetSquare, ps, float priority ) : void
ps PlanetSquare,
priority float
Résultat void

Awake() public méthode

public Awake ( ) : void
Résultat void

GenerateRandom() public méthode

public GenerateRandom ( ) : void
Résultat void

SeedFromName() public méthode

public SeedFromName ( ) : int
Résultat int

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

PlanetTemplate public_oe property

public Planet, PlanetTemplate
Résultat Planet,

SheightMapSize public_oe property

public int SheightMapSize
Résultat int

SsquareLength public_oe property

public int SsquareLength
Résultat int

SsquareLengthPow public_oe property

public int SsquareLengthPow
Résultat int

StileSize public_oe property

public float StileSize
Résultat float

planetRate public_oe property

public float planetRate
Résultat float

stellarSystemName public_oe property

public string stellarSystemName
Résultat string