C# Class PodLabel, RodPacers

Inheritance: MonoBehaviour
显示文件 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_oe property

public float fontScaling
return float

initialFontSize public_oe property

public int initialFontSize
return int

maxDist public_oe property

public float maxDist
return float

minDist public_oe property

public float minDist
return float

playerNum public_oe property

public int playerNum
return int

pod public_oe property

public Transform pod
return Transform

podCams public_oe property

public Camera[] podCams
return Camera[]

podLabels public_oe property

public GUIText[] podLabels
return GUIText[]

viewportZThreshold public_oe property

public float viewportZThreshold
return float