C# Class PodLabel, RodPacers

Inheritance: MonoBehaviour
Afficher le fichier Open project: GameDesignGroup6/RodPacers

Méthodes publiques

Свойство Type Description
fontScaling float
initialFontSize int
maxDist float
minDist float
playerNum int
pod Transform
podCams Camera[]
podLabels GUIText[]
viewportZThreshold float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
displayText ( int i ) : void
scaleFont ( Camera podCam ) : void

Private Methods

Méthode Description
nearby ( Camera podCam ) : bool

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

displayText() public méthode

public displayText ( int i ) : void
i int
Résultat void

scaleFont() public méthode

public scaleFont ( Camera podCam ) : void
podCam Camera
Résultat void

Property Details

fontScaling public_oe property

public float fontScaling
Résultat float

initialFontSize public_oe property

public int initialFontSize
Résultat int

maxDist public_oe property

public float maxDist
Résultat float

minDist public_oe property

public float minDist
Résultat float

playerNum public_oe property

public int playerNum
Résultat int

pod public_oe property

public Transform pod
Résultat Transform

podCams public_oe property

public Camera[] podCams
Résultat Camera[]

podLabels public_oe property

public GUIText[] podLabels
Résultat GUIText[]

viewportZThreshold public_oe property

public float viewportZThreshold
Résultat float