C# 클래스 ForgeChat

This is a simple Forge Chat Utility
상속: BeardedManStudios.Network.SimpleNetworkedMonoBehavior
파일 보기 프로젝트 열기: drakelinglabs/unityarmada

공개 프로퍼티들

프로퍼티 타입 설명
ChatInput InputField,
Chatbox Text

공개 메소드들

메소드 설명
EndChatMessage ( ) : void
SendChatMessage ( string theMessage = null, bool serverMessage = false ) : void

보호된 메소드들

메소드 설명
NetworkStart ( ) : void

비공개 메소드들

메소드 설명
ColorToHex ( Color col ) : string
FloatToHex ( float value ) : string
ReceiveChatMessage ( string message ) : void
UpdateChatWindow ( ) : void

메소드 상세

EndChatMessage() 공개 메소드

public EndChatMessage ( ) : void
리턴 void

NetworkStart() 보호된 메소드

protected NetworkStart ( ) : void
리턴 void

SendChatMessage() 공개 메소드

public SendChatMessage ( string theMessage = null, bool serverMessage = false ) : void
theMessage string
serverMessage bool
리턴 void

프로퍼티 상세

ChatInput 공개적으로 프로퍼티

public InputField, ChatInput
리턴 InputField,

Chatbox 공개적으로 프로퍼티

public Text Chatbox
리턴 Text