Class EasingConfig
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/EasingConfig", "392cb401c17e7519cf726a05581b00c9dbb86cb7affc67f1208151bfe6c76199")]
public sealed record EasingConfig : IEquatable<EasingConfig>
- Inheritance
-
EasingConfig
- Implements
- Inherited Members
Properties
Codec
public static Codec<EasingConfig> Codec { get; }
Property Value
Time
public float? Time { get; init; }
Property Value
Type
public EasingType Type { get; init; }