This site has been permanently archived. The content on this site was last updated in 2019.
Properties.SafetyRegionType
Stay organized with collections
Save and categorize content based on your preferences.
Constants
int |
CYLINDER |
A safety region defined by a vertically-oriented cylinder, extending infinitely along the Y
axis, and centered at the start space origin. |
int |
NONE |
|
Inherited Methods
From class
java.lang.Object
boolean
|
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
Constants
public
static
final
int
CYLINDER
public
static
final
int
NONE
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[[["`Properties.SafetyRegionType` defines the types of safety regions for VR experiences."],["Two safety region types are available: `CYLINDER` and `NONE`."],["`CYLINDER` represents a cylindrical safety region centered at the start space origin, extending infinitely along the Y-axis."],["`NONE` indicates no safety region is defined."]]],["The `Properties.SafetyRegionType` class defines safety region types for VR environments. It offers two constants: `CYLINDER` (value 1) and `NONE` (value 0). `CYLINDER` represents a safety region defined by a vertical cylinder extending infinitely along the Y-axis, centered at the start space origin, and its extents can be queried using the safety radius keys. The `NONE` constant represents no safety region.\n"]]