Class OverrideTeleportWaypoint
Override waypoint teleportation setting.
覆蓋傳送點傳送設定。
Inheritance
System.Object
OverrideTeleportWaypoint
Namespace: Votanic.vXR.vGear
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class OverrideTeleportWaypoint
Fields
applyRotation
The waypoint is teleported with rotation or not.
傳送點是否應用旋轉。
Declaration
[Tooltip("The waypoint is teleported with rotation or not.\n傳送點是否應用旋轉。")]
public bool applyRotation
Field Value
Type | Description |
---|---|
System.Boolean |
offset
Position offset of teleport point.
傳送點位置偏移。
Declaration
[Tooltip("Position offset of teleport point.\n傳送點位置偏移。")]
public Vector2 offset
Field Value
Type | Description |
---|---|
UnityEngine.Vector2 |
overrideWaypoint
Override following waypoint setting if true.
當 true 時覆蓋下列傳送點設定。
Declaration
[Tooltip("Override following waypoint setting.\n覆蓋下列傳送點設定。")]
public bool overrideWaypoint
Field Value
Type | Description |
---|---|
System.Boolean |
standingPoint
Teleport to user standing point, either the user object transform position.
傳送至使用者站立地點,否則為使用者物件 Transform 位置。
Declaration
[Tooltip("Teleport to user standing point, either the user object transform position.\n傳送至使用者站立地點,否則為使用者物件 Transform 位置。")]
public bool standingPoint
Field Value
Type | Description |
---|---|
System.Boolean |