Table of Contents

Class SetVelocityEffect

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

Properties

Additive

public bool Additive { get; init; }

Property Value

bool

Codec

public static Codec<SetVelocityEffect> Codec { get; }

Property Value

Codec<SetVelocityEffect>

Delay

public float? Delay { get; init; }

Property Value

float?

Entry

public int Entry { get; init; }

Property Value

int

Event

public string? Event { get; init; }

Property Value

string

Interval

public float? Interval { get; init; }

Property Value

float?

RelativeMode

public RelativeMode? RelativeMode { get; init; }

Property Value

RelativeMode?

Velocity

public Vector3d? Velocity { get; init; }

Property Value

Vector3d