C# Class CombatLog, verthex

Inheritance: MonoBehaviour
Afficher le fichier Open project: austinblakeslee/verthex Class Usage Examples

Méthodes publiques

Свойство Type Description
NUM_LINES int
PER_LINE float
messages List

Méthodes publiques

Méthode Description
addLine ( string m ) : void
addLineNoPlayer ( string m ) : void

Private Methods

Méthode Description
GetString ( ) : string
Start ( ) : void

Method Details

addLine() public static méthode

public static addLine ( string m ) : void
m string
Résultat void

addLineNoPlayer() public static méthode

public static addLineNoPlayer ( string m ) : void
m string
Résultat void

Property Details

NUM_LINES public_oe static_oe property

public static int NUM_LINES
Résultat int

PER_LINE public_oe static_oe property

public static float PER_LINE
Résultat float

messages public_oe static_oe property

public static List messages
Résultat List