Animation
MaterialAnimation#
Animating Emission scale and color parameters of a material by name and by index.
SDK Path: <SDK_INSTALLATION>source\samples\Api\Animation\MaterialAnimation
NodeAnimation#
Animating position, rotation, and scale of a node.
SDK Path: <SDK_INSTALLATION>source\samples\Api\Animation\NodeAnimation
PlaybackLayers#
Creating two playbacks with three animation tracks (position, rotation, and scale): the first one has each track on a separate layer and plays them simultaneously, while the second one has the tracks played sequentially within a single layer.
SDK Path: <SDK_INSTALLATION>source\samples\Api\Animation\PlaybackLayers
PropertyAnimation#
Animating a property parameter.
SDK Path: <SDK_INSTALLATION>source\samples\Api\Animation\PropertyAnimation
SingletonAnimation#
Animating global Gravity along with the Fade Color rendering parameter.
SDK Path: <SDK_INSTALLATION>source\samples\Api\Animation\SingletonAnimation
WidgetAnimation#
Animating font color and size of widgets along with their positions.
SDK Path: <SDK_INSTALLATION>source\samples\Api\Animation\WidgetAnimation