Class ChatClient
Inheritance
System.Object
ChatClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Oasys.Common.GameInstances
Assembly: Oasys.Common.dll
Syntax
public class ChatClient
Properties
ChatBoxEndPos
Gets the X and Y corner Vector2 position of the chatbox.
Declaration
public Vector2 ChatBoxEndPos { get; }
Property Value
Type | Description |
---|---|
SharpDX.Vector2 |
ChatBoxStartPos
Gets the X and Y origin Vector2 position of the chatbox.
Declaration
public Vector2 ChatBoxStartPos { get; }
Property Value
Type | Description |
---|---|
SharpDX.Vector2 |
IsChatBoxOpen
Declaration
public bool IsChatBoxOpen { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsChatting
Checks whether if the user is typing in the chatbox.
Declaration
public bool IsChatting { get; }
Property Value
Type | Description |
---|---|
System.Boolean |