API Migration
Major Changes#
- ...
Breaking Changes#
CustomSystemProxy Class#
New methods should be implemented in case you inherit from the CustomSystemProxy Class.
InputJoystick Class#
UNIGINE 2.19.1 | UNIGINE 2.20 |
---|---|
playForceFeedbackEffectConstant( float ) | Set of arguments changed. |
playForceFeedbackEffectRamp( float, unsigned long long ) | Set of arguments changed. |
playForceFeedbackEffectSineWave( float, unsigned int ) | Set of arguments changed. |
playForceFeedbackEffectSquareWave( float, unsigned int ) | Set of arguments changed. |
playForceFeedbackEffectTriangleWave( float, unsigned int ) | Set of arguments changed. |
playForceFeedbackEffectSawtoothDownWave( float, unsigned int ) | Set of arguments changed. |
playForceFeedbackEffectSawtoothUpWave( float, unsigned int ) | Set of arguments changed. |
New Functions
- playForceFeedbackEffectDamper( float, float, float, float )
- playForceFeedbackEffectFriction( float, float, float, float )
- playForceFeedbackEffectSpring( float, float, float, float, float, float )
- playForceFeedbackEffectSawtoothDownWave( float, float, float, int, unsigned int, unsigned int, unsigned int, unsigned int )
- playForceFeedbackEffectSawtoothUpWave( float, float, float, int, unsigned int, unsigned int, unsigned int, unsigned int )
- playForceFeedbackEffectTriangleWave( float, float, float, int, unsigned int, unsigned int, unsigned int, unsigned int )
- playForceFeedbackEffectSquareWave( float, float, float, int, unsigned int, unsigned int, unsigned int, unsigned int )
- playForceFeedbackEffectSineWave( float, float, float, int, unsigned int, unsigned int, unsigned int, unsigned int )
Json Class#
Property Class#
PropertyParameter Class#
Render Class#
New Functions
- isReflectionDynamicAlphaFade( )
- setReflectionDynamicAlphaFade( bool )
- isSharpenDiagonalSamples( )
- setSharpenDiagonalSamples( bool )
- getSharpenBlurRadius( )
- setSharpenBlurRadius( int )
- getSharpenBlurDarkColorThresholdBias( )
- setSharpenBlurDarkColorThresholdBias( float )
- getSharpenBlurColorThreshold( )
- setSharpenBlurColorThreshold( float )
- getSharpenBlurSigma( )
- setSharpenBlurSigma( float )
Shader Class#
StructuredBuffer Class#
Texture Class#
UNIGINE 2.19.1 | UNIGINE 2.20 |
---|---|
getD3D11DepthStencilView( ) | Removed. |
getD3D11DepthStencilView( int ) | Removed. |
getD3D11RenderTargetView( int ) | Removed. |
getD3D11RenderTargetView( ) | Removed. |
getD3D11ShaderResourceView( ) | Removed. |
getD3D11Texture( ) | Removed. |
getD3D11UnorderedAccessView( int ) | Removed. |
fromD3D11Texture2D( void *, int, int, int, int, int ) | Removed. |
fromD3D11Texture2D( void *, int, int, int, int ) | Removed. |
VR Class#
Viewport Class#
The information on this page is valid for UNIGINE 2.20 SDK.
Last update:
2025-04-16
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)