C# Class RotatableGuiItem, RodPacers

Inheritance: MonoBehaviour
Datei anzeigen Open project: GameDesignGroup6/RodPacers Class Usage Examples

Public Properties

Property Type Description
angle float
cameraToRenderTo Camera
color Color
size Vector2
texture UnityEngine.Texture2D

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
UpdateSettings ( ) : void
publicUpdateSettings ( ) : void
render ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UpdateSettings() public method

public UpdateSettings ( ) : void
return void

publicUpdateSettings() public method

public publicUpdateSettings ( ) : void
return void

render() public method

public render ( ) : void
return void

Property Details

angle public_oe property

public float angle
return float

cameraToRenderTo public_oe property

public Camera cameraToRenderTo
return Camera

color public_oe property

public Color color
return Color

size public_oe property

public Vector2 size
return Vector2

texture public_oe property

public Texture2D,UnityEngine texture
return UnityEngine.Texture2D