|
@@ -26884,25 +26884,6 @@ return {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- name = "getViewMask",
|
|
|
- summary = "Get the view mask of the layer.",
|
|
|
- description = "Returns the view mask of the layer. This is which eyes the layer will show up in, and is meant to be used for stereo images, where 1 layer is rendered in the left eye and another layer is rendred in the right eye at the same position.",
|
|
|
- key = "Layer:getViewMask",
|
|
|
- module = "lovr.headset",
|
|
|
- variants = {
|
|
|
- {
|
|
|
- arguments = {},
|
|
|
- returns = {
|
|
|
- {
|
|
|
- name = "views",
|
|
|
- type = "ViewMask",
|
|
|
- description = "The view mask of the layer."
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
{
|
|
|
name = "getViewport",
|
|
|
summary = "Get the viewport of the layer.",
|
|
@@ -27118,25 +27099,6 @@ return {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- {
|
|
|
- name = "setViewMask",
|
|
|
- summary = "Set the view mask of the layer.",
|
|
|
- description = "Sets the view mask of the layer. This is which eyes the layer will show up in, and is meant to be used for stereo images, where 1 layer is rendered in the left eye and another layer is rendred in the right eye at the same position.",
|
|
|
- key = "Layer:setViewMask",
|
|
|
- module = "lovr.headset",
|
|
|
- variants = {
|
|
|
- {
|
|
|
- arguments = {
|
|
|
- {
|
|
|
- name = "views",
|
|
|
- type = "ViewMask",
|
|
|
- description = "The view mask of the layer."
|
|
|
- }
|
|
|
- },
|
|
|
- returns = {}
|
|
|
- }
|
|
|
- }
|
|
|
- },
|
|
|
{
|
|
|
name = "setViewport",
|
|
|
summary = "Set the viewport of the layer.",
|