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

API Migration

Major Changes#

Breaking Changes#

BonesRetargeting Class#

BootConfig Class#

Mesh Class#

UNIGINE 2.18.1 UNIGINE 2.19
setAnimationBones( int, const Vector< short > & ) Removed.
getAnimationBones( int, Vector< short > & ) Removed.
setAnimationFrame( int, int, const Vector< Math::vec3 > &, const Vector< Math::quat > &, const Vector< Math::vec3 > &, int, int, int ) Removed.
setAnimationFrame( int, int, int, const Vector< Math::mat4 > & ) Removed.
getAnimationFrame( int, int, Vector< Math::vec3 > &, Vector< Math::quat > &, Vector< Math::vec3 > &, int ) Removed.
getAnimationFrame( int, int, int, int, int, int, Vector< Math::mat4 > & ) Removed.
setAnimationName( int, const char * ) Removed.
getAnimationName( int ) Removed.
setBoneTransforms( const Vector<Math::mat4> & ) Set of arguments changed.
getBoneTransforms( Vector<Math::mat4> & ) Set of arguments changed.
setNumAnimationFrames( int, int ) Removed.
getNumAnimationFrames( int ) Removed.
getNumAnimations( ) Removed.
addAnimation( const char * ) Removed.
findAnimation( const char * ) Removed.
sortAnimations( ) Removed.

ObjectMeshSkinned Class#

UNIGINE 2.18.1 UNIGINE 2.19
Enum FRAME_USES Renamed as ANIM_FRAME_USES.
ObjectMeshSkinned( const Ptr<Mesh> & ) Removed.
ObjectMeshSkinned( const char *, bool ) Removed.
setAnimation( int, variable, int ) Removed.
setAnimation( int, const char * ) Removed.
getAnimation( int ) Removed.
getAnimationID( int ) Removed.
getAnimationPath( int ) Removed.
setAnimName( const char * ) Removed.
setAnimNameForce( const char * ) Removed.
getAnimName( ) Removed.
getBoneBindTransform( int ) Removed.
setCIndex( int, int, int ) Removed.
setColor( int, const Math::vec4 &, int ) Removed.
setFrame( int, float, int, int ) Removed.
getFrame( int ) Removed.
getFrameFrom( int ) Removed.
getFrameTo( int ) Removed.
getBoneBindITransform( int ) Removed.
getBoneITransform( int ) Removed.
setBoneLayerTransform( int, int, const Math::mat4 & ) Removed.
getBoneLayerTransform( int, int ) Removed.
isBoneLayerTransform( int, int ) Removed.
setBoneLayerTransformEnabled( int, int, bool ) Removed.
setMesh( const Ptr<Mesh> & ) Removed.
setMeshName( const char * ) Removed.
setMeshNameForce( const char * ) Removed.
getMeshName( ) Removed.
getNumAnimationBones( int ) Removed.
getNumAnimationFrames( int ) Removed.
getNumAnimations( ) Removed.
getNumFrames( int ) Removed.
setNumTargets( int, int ) Removed.
getNumTargets( int ) Removed.
setNumTexCoords0( int, int ) Removed.
setNumTexCoords1( int, int ) Removed.
isFlushed( ) Removed.
setSurfaceTransform( const Math::mat4 &, int, int ) Removed.
setTangent( int, const Math::quat &, int, int ) Removed.
setTarget( int, bool, int, float, int ) Removed.
setTargetEnabled( int, bool, int ) Removed.
isTargetEnabled( int, int ) Removed.
setTargetIndex( int, int, int ) Removed.
getTargetIndex( int, int ) Removed.
setTargetWeight( int, float, int ) Removed.
getTargetWeight( int, int ) Removed.
setTexCoord0( int, const Math::vec2 &, int ) Removed.
setTexCoord1( int, const Math::vec2 &, int ) Removed.
setTIndex( int, int, int ) Removed.
setVertex( int, const Math::vec3 &, int, int ) Removed.
addAnimation( const Ptr<Mesh> &, const char * ) Removed.
addAnimation( const char * ) Removed.
addRetargetedAnimation( const char *, const Ptr<BonesRetargeting> & ) Removed.
addRetargetedAnimation( const Ptr<Mesh> &, const Ptr<BonesRetargeting> &, const char * ) Removed.
addEmptySurface( const char *, int, int ) Removed.
addMeshSurface( variable, variable, const char *, const Ptr<ObjectMeshSkinned> &, int, int ) Removed.
addMeshSurface( int, const Ptr<ObjectMeshSkinned> &, int, int ) Removed.
addMeshSurface( const char *, const Ptr<Mesh> &, int, int ) Removed.
addSurfaceTarget( int, const char * ) Removed.
addSurfaceTarget( int, const Ptr<ObjectMeshSkinned> &, int, int ) Removed.
addTarget( int ) Removed.
createMesh( const char *, bool ) Removed.
findAnimation( const char * ) Removed.
findSurfaceTarget( int, const char * ) Set of arguments changed.
flushMesh( ) Removed.
loadMesh( const char * ) Removed.
mergeMeshSurface( int, const Ptr<ObjectMeshSkinned> &, int ) Removed.
removeAnimation( int ) Removed.
removeTarget( int, int ) Removed.
saveMesh( const char * ) Removed.
updateSurfaceBounds( int ) Removed.
setBoneFrameUses( int, int, ObjectMeshSkinned::FRAME_USES ) Removed.
getBoneFrameUses( int, int ) Removed.
getIKChain( int ) Removed.
setIKChainUsePoleVector( bool, int ) Removed.
isIKChainUsePoleVector( int ) Removed.

New Functions

Render Class#

UNIGINE 2.18.1 UNIGINE 2.19
Enum STREAMING_MESHES Removed.
Enum STREAMING_TEXTURES Removed.
setStreamingMaxThreads( int ) Removed.
getStreamingMaxThreads() Removed.
setStreamingBudgetLoading( float ) Removed.
getStreamingBudgetLoading() Removed.
setStreamingBudgetDestroyTextures( float ) Removed.
getStreamingBudgetDestroyTextures() Removed.
setStreamingBudgetDestroyMeshes( float ) Removed.
getStreamingBudgetDestroyMeshes() Removed.
setStreamingTexturesMemoryLimit( int ) Removed.
getStreamingTexturesMemoryLimit() Removed.
setStreamingTexturesLifeTime( int ) Removed.
getStreamingTexturesLifeTime() Removed.
setStreamingMeshesLimitVRAM( int ) Removed.
getStreamingMeshesLimitVRAM() Removed.
setStreamingMeshesLifeTimeVRAM( int ) Removed.
getStreamingMeshesLifeTimeVRAM() Removed.
setStreamingMeshesLimitRAM( int ) Removed.
getStreamingMeshesLimitRAM() Removed.
setStreamingMeshesLifeTimeRAM( int ) Removed.
getStreamingMeshesLifeTimeRAM() Removed.
getGPUMemory() Removed.
getGPUName() Removed.
setMaxNumActiveTargets( int ) Removed.
getMaxNumActiveTargets() Removed.
destroyCacheTexture( const UGUID& ) Removed.
createCacheTexture( const UGUID& ) Removed.
destroyCacheTextures( ) Removed.
unloadCacheTextures( ) Removed.
loadCacheTextures( ) Removed.
getCacheTexture( const UGUID &, bool ) Set of arguments changed.
getGLContext( ) Removed.
reloadCacheTexture( const UGUID & ) Removed.

New Functions

Last update: 2024-05-28
Build: ()