Table of Contents

Enum EnumAnimationBlendMode

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

Defines how multiple animations should be blended together.

public enum EnumAnimationBlendMode
Extension Methods

Fields

Add = 0

Add the animation without taking other animations into considerations

AddAverage = 2

Add the animation without taking other animations into consideration, but add it's weight for averaging

Average = 1

Add the pose and average it together with all other running animations with blendmode Average or AddAverage