C# Class SceneChat, KestrelFPV

Inheritance: Photon.MonoBehaviour
Show file Open project: eleurent/KestrelFPV Class Usage Examples

Public Properties

Property Type Description
AlignBottom bool
ChatRPC string
GuiRect Rect
IsVisible bool
Skin UnityEngine.GUISkin
messages List

Public Methods

Method Description
AddLine ( string newLine ) : void
OnGUI ( ) : void
Start ( ) : void

Private Methods

Method Description
Chat ( string newLine, PhotonMessageInfo, mi ) : void

Method Details

AddLine() public method

public AddLine ( string newLine ) : void
newLine string
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

AlignBottom public property

public bool AlignBottom
return bool

ChatRPC public static property

public static string ChatRPC
return string

GuiRect public property

public Rect GuiRect
return Rect

IsVisible public property

public bool IsVisible
return bool

Skin public property

public GUISkin,UnityEngine Skin
return UnityEngine.GUISkin

messages public property

public List messages
return List