C# Class StellarSystem, WorldMaker

Inheritance: MonoBehaviour
Mostrar archivo Open project: SvenFrankson/WorldMaker Class Usage Examples

Public Properties

Property Type Description
PlanetTemplate Planet,
SheightMapSize int
SsquareLength int
SsquareLengthPow int
StileSize float
planetRate float
stellarSystemName string

Private Properties

Property Type Description

Public Methods

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

Method Details

Add() public method

public Add ( PlanetSquare, ps, float priority ) : void
ps PlanetSquare,
priority float
return void

Awake() public method

public Awake ( ) : void
return void

GenerateRandom() public method

public GenerateRandom ( ) : void
return void

SeedFromName() public method

public SeedFromName ( ) : int
return int

Update() public method

public Update ( ) : void
return void

Property Details

PlanetTemplate public_oe property

public Planet, PlanetTemplate
return Planet,

SheightMapSize public_oe property

public int SheightMapSize
return int

SsquareLength public_oe property

public int SsquareLength
return int

SsquareLengthPow public_oe property

public int SsquareLengthPow
return int

StileSize public_oe property

public float StileSize
return float

planetRate public_oe property

public float planetRate
return float

stellarSystemName public_oe property

public string stellarSystemName
return string