Show / Hide Table of Contents

Class ReporterRemark

Remark setting of reporter.
報告工具備註設定。

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

Fields

assistOffset

The assist remark display position offset.
副備註顯示位置偏移。

Declaration
[Tooltip("The assist remark display position offset.\n副備註顯示位置偏移。")]
public Vector3 assistOffset
Field Value
Type Description
UnityEngine.Vector3

assistRemark

The assist remark panel.
副備註面板。

Declaration
[Tooltip("The assist remark panel.\n副備註面板。")]
public vGear_Panel assistRemark
Field Value
Type Description
vGear_Panel

fitScreenWidth

Assist remark will fit screen width if true.
當 true 時副備註將會緊貼屏幕闊度。

Declaration
[Tooltip("Assist rearmk will fit screen width.\n副備註將會緊貼屏幕闊度。")]
public bool fitScreenWidth
Field Value
Type Description
System.Boolean

mountScreen

Target screen for assist remark.
副備註目標屏幕。

Declaration
[Tooltip("Target screen for assist remark.\n副備註目標屏幕。")]
public string mountScreen
Field Value
Type Description
System.String

remarkOffset

The default remark display position offset.
預設備註顯示位置偏移。

Declaration
[Tooltip("The default remark display position offset.\n預設備註顯示位置偏移。")]
public Vector3 remarkOffset
Field Value
Type Description
UnityEngine.Vector3

screenGap

The space gap when fit screen.
當緊貼屏幕時保留的空位。

Declaration
[Tooltip("The space width when fit screen.\n當緊貼屏幕時保留的空位。")]
public float screenGap
Field Value
Type Description
System.Single
In This Article
  • Fields
    • assistOffset
    • assistRemark
    • fitScreenWidth
    • mountScreen
    • remarkOffset
    • screenGap
Back to top Generated by DocFX