Show / Hide Table of Contents

Class ClimbSetting

Climb setting of interactables.
交互物攀爬設定。

Inheritance
System.Object
ClimbSetting
Namespace: Votanic.vXR
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class ClimbSetting

Fields

climbObject

Grabbing this object is for climbing only.
抓握這個物件用於攀爬。

Declaration
[Tooltip("Grabbing this object is for climbing only.\n抓握這個物件用於攀爬。")]
public bool climbObject
Field Value
Type Description
System.Boolean

x

Allow changing X position when climbing.
允許攀爬時改變 X 位置。

Declaration
[Tooltip("Allow changing X position when climbing.\n允許攀爬時改變 X 位置。")]
public bool x
Field Value
Type Description
System.Boolean

y

Allow changing Y position when climbing.
允許攀爬時改變 Y 位置。

Declaration
[Tooltip("Allow changing Y position when climbing.\n允許攀爬時改變 Y 位置。")]
public bool y
Field Value
Type Description
System.Boolean

z

Allow changing Z position when climbing.
允許攀爬時改變 Z 位置。

Declaration
[Tooltip("Allow changing Z position when climbing.\n允許攀爬時改變 Z 位置。")]
public bool z
Field Value
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX