C# 클래스 StellarSystem, WorldMaker

상속: MonoBehaviour
파일 보기 프로젝트 열기: SvenFrankson/WorldMaker 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PlanetTemplate Planet,
SheightMapSize int
SsquareLength int
SsquareLengthPow int
StileSize float
planetRate float
stellarSystemName string

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( PlanetSquare, ps, float priority ) : void
Awake ( ) : void
GenerateRandom ( ) : void
SeedFromName ( ) : int
Update ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( PlanetSquare, ps, float priority ) : void
ps PlanetSquare,
priority float
리턴 void

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

GenerateRandom() 공개 메소드

public GenerateRandom ( ) : void
리턴 void

SeedFromName() 공개 메소드

public SeedFromName ( ) : int
리턴 int

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

PlanetTemplate 공개적으로 프로퍼티

public Planet, PlanetTemplate
리턴 Planet,

SheightMapSize 공개적으로 프로퍼티

public int SheightMapSize
리턴 int

SsquareLength 공개적으로 프로퍼티

public int SsquareLength
리턴 int

SsquareLengthPow 공개적으로 프로퍼티

public int SsquareLengthPow
리턴 int

StileSize 공개적으로 프로퍼티

public float StileSize
리턴 float

planetRate 공개적으로 프로퍼티

public float planetRate
리턴 float

stellarSystemName 공개적으로 프로퍼티

public string stellarSystemName
리턴 string