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
PlayersOnly
public bool PlayersOnly { get; init; }
Property Value
VelocityX
public float VelocityX { get; init; }
Property Value
VelocityY
public float VelocityY { get; init; }
Property Value
VelocityZ
public float VelocityZ { get; init; }