C# Class _UI, Rookery

Show file Open project: AIESeattleGameArt/Rookery

Public Properties

Property Type Description
GRENDEL Font
OptionsPopUp GameObject
egg GameObject
optionsTexture Texture
screenWidth float

Public Methods

Method Description
CalculateScreenPosition ( ) : void
CalculateScreenZoom ( float theta ) : void
MouseDown ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

CalculateScreenPosition() public method

public CalculateScreenPosition ( ) : void
return void

CalculateScreenZoom() public method

public CalculateScreenZoom ( float theta ) : void
theta float
return void

MouseDown() public method

public MouseDown ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

GRENDEL public property

public Font GRENDEL
return Font

OptionsPopUp public property

public GameObject OptionsPopUp
return GameObject

egg public property

public GameObject egg
return GameObject

optionsTexture public property

public Texture optionsTexture
return Texture

screenWidth public property

public float screenWidth
return float