C# Class UISetText, TiminesSweeper-3D-

Inheritance: MonoBehaviour
Mostrar archivo Open project: tim-hub/TiminesSweeper-3D-

Public Methods

Method Description
SetText ( ) : void
SetText ( float f ) : void
SetText ( int i ) : void
SetText ( string str ) : void

Method Details

SetText() public method

public SetText ( ) : void
return void

SetText() public method

public SetText ( float f ) : void
f float
return void

SetText() public method

public SetText ( int i ) : void
i int
return void

SetText() public method

public SetText ( string str ) : void
str string
return void