Show / Hide Table of Contents

Class ContactData

Inheritance
System.Object
ContactData
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: NoXP.Demo
Assembly: NoXP.RuntimeComponents.dll
Syntax
[Serializable]
public class ContactData

Properties

IsOnline

Declaration
public bool IsOnline { get; }
Property Value
Type Description
System.Boolean

Location

Declaration
public string Location { get; }
Property Value
Type Description
System.String

Mail

Declaration
public string Mail { get; }
Property Value
Type Description
System.String

Name

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Phone

Declaration
public string Phone { get; }
Property Value
Type Description
System.String

Photo

Declaration
public Sprite Photo { get; }
Property Value
Type Description
UnityEngine.Sprite

Role

Declaration
public string Role { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX