C# Class SceneChat, KestrelFPV

Inheritance: Photon.MonoBehaviour
Afficher le fichier Open project: eleurent/KestrelFPV Class Usage Examples

Méthodes publiques

Свойство Type Description
AlignBottom bool
ChatRPC string
GuiRect Rect
IsVisible bool
Skin UnityEngine.GUISkin
messages List

Méthodes publiques

Méthode Description
AddLine ( string newLine ) : void
OnGUI ( ) : void
Start ( ) : void

Private Methods

Méthode Description
Chat ( string newLine, PhotonMessageInfo, mi ) : void

Method Details

AddLine() public méthode

public AddLine ( string newLine ) : void
newLine string
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

AlignBottom public_oe property

public bool AlignBottom
Résultat bool

ChatRPC public_oe static_oe property

public static string ChatRPC
Résultat string

GuiRect public_oe property

public Rect GuiRect
Résultat Rect

IsVisible public_oe property

public bool IsVisible
Résultat bool

Skin public_oe property

public GUISkin,UnityEngine Skin
Résultat UnityEngine.GUISkin

messages public_oe property

public List messages
Résultat List