C# Class ManicDigger.Renderers.SunMoonRenderer

Mostra file Open project: henon/manic_digger Class Usage Examples

Public Properties

Property Type Description
ImageSize int
day_length_in_seconds float

Private Properties

Property Type Description

Public Methods

Method Description
Draw ( float dt ) : void

Method Details

Draw() public method

public Draw ( float dt ) : void
dt float
return void

Property Details

ImageSize public_oe property

public int ImageSize
return int

day_length_in_seconds public_oe property

public float day_length_in_seconds
return float