C# Class WorldCreator, Homeless-Rubber

ファイルを表示 Open project: ckimes89/Homeless-Rubber Class Usage Examples

Public Properties

Property Type Description
ChunkXSize int
ChunkYSize int
FramesPerChunk int
Smoothing float
meshGen IMeshGenerator
terrGen IGenerateTerrain
texture UnityEngine.Texture2D
world WorldData,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ChunkXSize public_oe property

public int ChunkXSize
return int

ChunkYSize public_oe property

public int ChunkYSize
return int

FramesPerChunk public_oe property

public int FramesPerChunk
return int

Smoothing public_oe property

public float Smoothing
return float

meshGen public_oe property

public IMeshGenerator meshGen
return IMeshGenerator

terrGen public_oe property

public IGenerateTerrain terrGen
return IGenerateTerrain

texture public_oe property

public Texture2D,UnityEngine texture
return UnityEngine.Texture2D

world public_oe property

public WorldData, world
return WorldData,