C# Class HalfBook, CodeSpells

Mostra file Open project: srfoster/CodeSpells Class Usage Examples

Public Methods

Method Description
HalfBook ( ) : UnityEngine
draw ( ) : void
getBookRect ( ) : Rect
getTextRect ( ) : Rect
resize ( float x, float y, string clampx, string clampy ) : void
setFocus ( ) : void

Method Details

HalfBook() public method

public HalfBook ( ) : UnityEngine
return UnityEngine

draw() public method

public draw ( ) : void
return void

getBookRect() public method

public getBookRect ( ) : Rect
return Rect

getTextRect() public method

public getTextRect ( ) : Rect
return Rect

resize() public method

public resize ( float x, float y, string clampx, string clampy ) : void
x float
y float
clampx string
clampy string
return void

setFocus() public method

public setFocus ( ) : void
return void