Table of Contents

Class CameraShakeConfig

Namespace
Shard.Assets.Generated.ModelAssets
Assembly
Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/CameraShakeConfig", "7266cf3692095b2351f75b050634c6e11cfe52a484b91eb043e8dbe4c3b3f097")]
public sealed record CameraShakeConfig : IEquatable<CameraShakeConfig>
Inheritance
CameraShakeConfig
Implements
Inherited Members

Properties

Codec

public static Codec<CameraShakeConfig> Codec { get; }

Property Value

Codec<CameraShakeConfig>

Duration

public float? Duration { get; init; }

Property Value

float?

EaseIn

public EasingConfig EaseIn { get; init; }

Property Value

EasingConfig

EaseOut

public EasingConfig EaseOut { get; init; }

Property Value

EasingConfig

Offset

public OffsetNoise? Offset { get; init; }

Property Value

OffsetNoise

Rotation

public RotationNoise? Rotation { get; init; }

Property Value

RotationNoise

StartTime

public float? StartTime { get; init; }

Property Value

float?