Unigine.FieldSpacer Class
Inherits from: | Field |
This class allows you to create and modify field spacer objects.
See Also#
- A FieldSpacer class to edit spacer fields by using C++ API
- A set of samples located in the data/samples/fields/ folder:
- spacer_00
- spacer_01
- spacer_02
FieldSpacer Class
Properties
float Attenuation#
The current attenuation factor for the field spacer.
vec3 Size#
The size of the field spacer.
bool Ellipse#
The size of the field spacer.
Members
FieldSpacer ( vec3 size ) #
Creates a new field spacer of the specified size:- If the field spacer is of an ellipse shape, its radius values along the axes must be specified.
- Otherwise, dimensions of the cube must be specified.
Arguments
- vec3 size - A size of the field spacer along X, Y and Z axes in units.
static int type ( ) #
Returns the type of the object.Return value
FieldSpacer type identifier.Last update:
2023-04-28
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)