C# Class PodLabel, RodPacers

Inheritance: MonoBehaviour
Show file Open project: GameDesignGroup6/RodPacers

Public Properties

Property Type Description
fontScaling float
initialFontSize int
maxDist float
minDist float
playerNum int
pod Transform
podCams Camera[]
podLabels GUIText[]
viewportZThreshold float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
displayText ( int i ) : void
scaleFont ( Camera podCam ) : void

Private Methods

Method Description
nearby ( Camera podCam ) : bool

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

displayText() public method

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

scaleFont() public method

public scaleFont ( Camera podCam ) : void
podCam Camera
return void

Property Details

fontScaling public property

public float fontScaling
return float

initialFontSize public property

public int initialFontSize
return int

maxDist public property

public float maxDist
return float

minDist public property

public float minDist
return float

playerNum public property

public int playerNum
return int

pod public property

public Transform pod
return Transform

podCams public property

public Camera[] podCams
return Camera[]

podLabels public property

public GUIText[] podLabels
return GUIText[]

viewportZThreshold public property

public float viewportZThreshold
return float