C# Class RotatableGuiItem, RodPacers

Inheritance: MonoBehaviour
Show file 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 property

public float angle
return float

cameraToRenderTo public property

public Camera cameraToRenderTo
return Camera

color public property

public Color color
return Color

size public property

public Vector2 size
return Vector2

texture public property

public Texture2D,UnityEngine texture
return UnityEngine.Texture2D