Click or drag to resize

VisualServerBlendShapeMode Enumeration

[Missing <summary> documentation for "T:Godot.VisualServer.BlendShapeMode"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum BlendShapeMode
Members
  Member nameValueDescription
Normalized0

Blend shapes are normalized.

Relative1

Blend shapes are relative to base weight.

See Also