Table of Contents

Enum EnumAnimationBlendMode

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public enum EnumAnimationBlendMode

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