Table of Contents

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

Codec<EasingConfig>

Time

public float? Time { get; init; }

Property Value

float?

Type

public EasingType Type { get; init; }

Property Value

EasingType