C# Class SceneChat, KestrelFPV

Inheritance: Photon.MonoBehaviour
显示文件 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_oe property

public bool AlignBottom
return bool

ChatRPC public_oe static_oe property

public static string ChatRPC
return string

GuiRect public_oe property

public Rect GuiRect
return Rect

IsVisible public_oe property

public bool IsVisible
return bool

Skin public_oe property

public GUISkin,UnityEngine Skin
return UnityEngine.GUISkin

messages public_oe property

public List messages
return List