Class vGear_NetworkUser
Network User of XR system.
XR 系統的網絡使用者。
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
UnityEngine.Networking.NetworkBehaviour
vGear_NetworkUser
Inherited Members
Namespace: Votanic.vXR.vGear.Networking
Assembly: Votanic.vXR.dll
Syntax
[AddComponentMenu("")]
[Obfuscation(Exclude = true)]
public class vGear_NetworkUser : NetworkUser
Fields
head
Head transform.
頭部 Transform。
Declaration
[Header("[User Components]")]
[Tooltip("Head transform.\n頭部 Transform。")]
public Transform head
Field Value
Type | Description |
---|---|
UnityEngine.Transform |
leftHand
Left hand transfrom.
左手 Transform。
Declaration
[Tooltip("Left hand transfrom.\n左手 Transform。")]
public Transform leftHand
Field Value
Type | Description |
---|---|
UnityEngine.Transform |
nameText
Name text component.
名稱文字組件。
Declaration
[Tooltip("Name text component.\n名稱文字組件。")]
public Text nameText
Field Value
Type | Description |
---|---|
UnityEngine.UI.Text |
rightHand
Right hand transfrom.
右手 Transform。
Declaration
[Tooltip("Right hand transfrom.\n右手 Transform。")]
public Transform rightHand
Field Value
Type | Description |
---|---|
UnityEngine.Transform |
userHead
User head prefab index.
使用者頭部預製件編號。
Declaration
[Tooltip("User head prefab index.\n使用者頭部預製件編號。")]
public int userHead
Field Value
Type | Description |
---|---|
System.Int32 |
userLeftHand
User left hand prefab index.
使用者左手預製件編號。
Declaration
[Tooltip("User left hand prefab index.\n使用者左手預製件編號。")]
public int userLeftHand
Field Value
Type | Description |
---|---|
System.Int32 |
userRightHand
User right hand prefab index.
使用者右手預製件編號。
Declaration
[Tooltip("User right hand prefab index.\n使用者右手預製件編號。")]
public int userRightHand
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
Start()
Declaration
[Obfuscation(Exclude = true)]
public override void Start()
Overrides
Update()
Declaration
[Obfuscation(Exclude = true)]
public override void Update()