This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
How To
Rendering
Professional (SIM)
UnigineEditor
Interface Overview
Assets Workflow
Version Control
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Lighting
Sandworm
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Built-in Node Types
Nodes
Objects
Effects
Decals
Light Sources
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
Materials and Shaders
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Animations-Related Classes
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
VR-Related Classes
Content Creation
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials

Unigine::Cigi::IViewBase Class

Header: #include <CigiClientInterface.h>
Warning
The CIGIClient plugin is deprecated and no longer supported. For more information on working with CIGI please refer to the IG Application section.

This class represents the CIGI View base interface. It contains common methods for View and ViewGroup interfaces.

Notice
CIGI plugin must be loaded.

IViewBase Class

Members


void setParentEntity ( IEntity * entity ) #

Attaches the View(Group) as a child to the specified parent entity.

Arguments

  • IEntity * entity - Parent entity.

int getParentEntityID ( ) #

Returns the ID of the parent entity for the View(Group).

Return value

Parent entity ID.

void setPosition ( const Math::Vec3 & position ) #

Sets the View(Group) position.

Arguments

  • const Math::Vec3 & position - View(Group) position coordinates to set.

Math::Vec3 getPosition ( ) #

Returns the current View(Group) position.

Return value

View(Group) position coordinates.

void setRotationEuler ( const Math::vec3 & euler ) #

Sets the View(Group) rotation.

Arguments

  • const Math::vec3 & euler - View(Group) rotation euler angles to set.

Math::vec3 getRotationEuler ( ) #

Returns the current View(Group) rotation.

Return value

View(Group) rotation euler angles.

const Ptr<Node> & getNode ( ) #

Returns the node assigned to the View(Group).

Return value

Node assigned to the View(Group).

const Ptr<PlayerDummy> & getPlayer ( ) #

Returns the PlayerDummy assigned to the View(Group).

Return value

PlayerDummy assigned to the View(Group).

virtual ~IViewBase ( ) #

Virtual destructor.
Last update: 2019-11-28
Build: ()