C# Class LuxEngine.Shared

A static class that contains the engine's shared constants and objects.
Exibir arquivo Open project: Louis-Dureuil/maya-vs-the-world

Public Properties

Property Type Description
DisabledColor Color
Rand System.Random
SelectedColor Color

Private Methods

Method Description
Update ( GameTime gameTime ) : void

Property Details

DisabledColor public_oe static_oe property

public static Color DisabledColor
return Color

Rand public_oe static_oe property

public static Random,System Rand
return System.Random

SelectedColor public_oe static_oe property

public static Color SelectedColor
return Color