Table of Contents

Enum AnimationNodeOneShot.MixModeEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum AnimationNodeOneShot.MixModeEnum : long

Fields

Add = 1

Blends two animations additively. See also AnimationNodeAdd2.

Blend = 0

Blends two animations. See also AnimationNodeBlend2.