Class HVRSocketableTag
Inheritance
System.Object
HVRSocketableTag
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: HurricaneVR.Framework.Core.Sockets
Assembly: HurricaneVR.Framework.dll
Syntax
[Serializable]
public class HVRSocketableTag
Fields
| Improve this Doc View SourceTags
Declaration
[SerializeField]
public HVRSocketableTags Tags
Field Value
Type | Description |
---|---|
HVRSocketableTags |
Properties
| Improve this Doc View SourceDisplayName
Declaration
public string DisplayName { get; }
Property Value
Type | Description |
---|---|
System.String |
Item[Int32]
Declaration
public bool this[int index] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type | Description |
---|---|
System.Boolean |