Show / Hide Table of Contents

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 Source

Tags

Declaration
[SerializeField]
public HVRSocketableTags Tags
Field Value
Type Description
HVRSocketableTags

Properties

| Improve this Doc View Source

DisplayName

Declaration
public string DisplayName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Item[Int32]

Declaration
public bool this[int index] { get; set; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX