Table of Contents

Class FluidFXMovementSettings

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

Properties

Codec

public static Codec<FluidFXMovementSettings> Codec { get; }

Property Value

Codec<FluidFXMovementSettings>

EntryVelocityMultiplier

public float EntryVelocityMultiplier { get; init; }

Property Value

float

FieldOfViewMultiplier

public float FieldOfViewMultiplier { get; init; }

Property Value

float

HorizontalSpeedMultiplier

public float HorizontalSpeedMultiplier { get; init; }

Property Value

float

SinkSpeed

public float SinkSpeed { get; init; }

Property Value

float

SwimDownSpeed

public float SwimDownSpeed { get; init; }

Property Value

float

SwimUpSpeed

public float SwimUpSpeed { get; init; }

Property Value

float