C# Class TiaraFramework.Component.Round

Show file Open project: TiaraGames/TiaraFramework Class Usage Examples

Public Methods

Method Description
Round ( ) : System
Round ( Vector2 pos, int R ) : System
Round ( int X, int Y, int R ) : System

Method Details

Round() public method

public Round ( ) : System
return System

Round() public method

public Round ( Vector2 pos, int R ) : System
pos Vector2
R int
return System

Round() public method

public Round ( int X, int Y, int R ) : System
X int
Y int
R int
return System