C# Class Nez.UI.Value.Fixed

A fixed value that is not computed each time it is used.
Inheritance: Value
Mostrar archivo Open project: prime31/Nez Class Usage Examples

Public Methods

Method Description
Fixed ( float value ) : System
get ( Element context ) : float

Method Details

Fixed() public method

public Fixed ( float value ) : System
value float
return System

get() public method

public get ( Element context ) : float
context Element
return float