Table of Contents

Class LaunchPad

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

Properties

Codec

public static Codec<LaunchPad> Codec { get; }

Property Value

Codec<LaunchPad>

PlayersOnly

public bool PlayersOnly { get; init; }

Property Value

bool

VelocityX

public float VelocityX { get; init; }

Property Value

float

VelocityY

public float VelocityY { get; init; }

Property Value

float

VelocityZ

public float VelocityZ { get; init; }

Property Value

float