Show / Hide Table of Contents

Class Layer

All layers of the XR system.
XR 系統中的各個層級。

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

Fields

core

The layer of core element of system.
系統主要元素的層級。

Declaration
[Range(0F, 31F)]
[Tooltip("The layer of core element of system.\n系統主要元素的層級。")]
public int core
Field Value
Type Description
System.Int32

floor

The layer of standable floor objects.\n可站立的地板物件的層級。

Declaration
[Range(0F, 31F)]
[Tooltip("The layer of standable floor objects.\n可站立的地板物件的層級。")]
public int floor
Field Value
Type Description
System.Int32

interactables

The layer of interactables.
交互物的層級。

Declaration
[Range(0F, 31F)]
[Tooltip("The layer of interactables.\n交互物的層級。")]
public int interactables
Field Value
Type Description
System.Int32

left

The layer of left eye only object.
只限左眼顯示物件的層級。

Declaration
[Range(0F, 31F)]
[Tooltip("The layer of left eye only object.\n只限左眼顯示物件的層級。")]
public int left
Field Value
Type Description
System.Int32

right

The layer of right eye only object.
只限右眼顯示物件的層級。

Declaration
[Range(0F, 31F)]
[Tooltip("The layer of right eye only object.\n只限右眼顯示物件的層級。")]
public int right
Field Value
Type Description
System.Int32

wall

The layer of wall objects.
牆壁物件的層級。

Declaration
[Range(0F, 31F)]
[Tooltip("The layer of wall objects.\n牆壁物件的層級。")]
public int wall
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX