C# Class Fungus.Character

Inheritance: UnityEngine.MonoBehaviour, ILocalizable
Afficher le fichier Open project: snozbot/fungus Class Usage Examples

Protected Properties

Свойство Type Description
activeCharacters List
portaitState Fungus.PortraitState

Méthodes publiques

Méthode Description
GetDescription ( ) : string
GetObjectName ( ) : string

Returns the name of the game object.

GetPortrait ( string portraitString ) : Sprite

Looks for a portrait by name on a character If none is found, give a warning and return a blank sprite

GetStandardText ( ) : string
GetStringId ( ) : string
NameStartsWith ( string matchString ) : bool

Returns true if the character name starts with the specified string. Case insensitive.

SetStandardText ( string standardText ) : void

Méthodes protégées

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void

Method Details

GetDescription() public méthode

public GetDescription ( ) : string
Résultat string

GetObjectName() public méthode

Returns the name of the game object.
public GetObjectName ( ) : string
Résultat string

GetPortrait() public méthode

Looks for a portrait by name on a character If none is found, give a warning and return a blank sprite
public GetPortrait ( string portraitString ) : Sprite
portraitString string
Résultat UnityEngine.Sprite

GetStandardText() public méthode

public GetStandardText ( ) : string
Résultat string

GetStringId() public méthode

public GetStringId ( ) : string
Résultat string

NameStartsWith() public méthode

Returns true if the character name starts with the specified string. Case insensitive.
public NameStartsWith ( string matchString ) : bool
matchString string
Résultat bool

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

SetStandardText() public méthode

public SetStandardText ( string standardText ) : void
standardText string
Résultat void

Property Details

activeCharacters protected_oe static_oe property

protected static List activeCharacters
Résultat List

portaitState protected_oe property

protected PortraitState,Fungus portaitState
Résultat Fungus.PortraitState