C# Class Box2DX.Dynamics.Color

Color for debug drawing. Each value has the range [0,1].
Exibir arquivo Open project: danielpcox/Crisis-at-Swiss-Station Class Usage Examples

Public Properties

Property Type Description
R float

Public Methods

Method Description
Color ( float r, float g, float b ) : System

Method Details

Color() public method

public Color ( float r, float g, float b ) : System
r float
g float
b float
return System

Property Details

R public_oe property

public float R
return float