Field Class
Inherits: | Node |
This class allows you to modify fields masks.
Field Class
Members
Field cast(Node node)
Casts a Field out of the Node instance.Arguments
- Node node - Node instance.
Return value
Field instance.Field getField()
Returns a field pointer.Return value
The field pointer.void setFieldMask(int mask)
Sets a mask specifying the area of the field node to be applied.Arguments
- int mask - An integer value, each bit of which is used to set a mask.
int getFieldMask()
Returns a mask specifying the area of the field node to be applied.Return value
The integer value, each bit of which is used to set a mask.void setViewportMask(int mask)
Sets the current bit mask for rendering into the viewport.Arguments
- int mask - An integer value, each bit of which is used to set a mask.
int getViewportMask()
Returns the current bit mask for rendering into the viewport.Return value
The integer value, each bit of which is used to set a mask.Last update: 2018-08-10
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)