This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Unigine.FieldSpacer Class

Inherits: 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.
set
Sets an attenuation factor value for the Field Spacer.
set value - A new attenuation factor value. If a too small value is provided, 1E-6 will be used instead.

vec3 Size#

The size of the field spacer.
set
Sets a size for the Field Spacer.
set value - A size of the field spacer along the X, Y and Z axes in units. If a negative value is provided, 0 will be used instead.

bool IsEllipse#

The size of the field spacer.
set
Transforms a cubical Field Spacer into an ellipse-shaped one.
set value - 1 for the ellipse-shaped field spacer, 0 for the field spacer in a form of a cube.

Members


static 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: 2020-04-10
Build: ()