Class Teleporter
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/Holder/properties/Components/properties/Teleporter", "5f74da5f1885c92d4f67055a3614902f8e0db33205184febba06691b5550f24a")]
public sealed record Teleporter : IEquatable<Teleporter>
- Inheritance
-
Teleporter
- Implements
-
- Inherited Members
-
Properties
Codec
public static Codec<Teleporter> Codec { get; }
Property Value
- Codec<Teleporter>
IsCustomName
public bool IsCustomName { get; init; }
Property Value
- bool
OwnedWarp
public string? OwnedWarp { get; init; }
Property Value
- string
Relative
public int Relative { get; init; }
Property Value
- int
public Transform? Transform { get; init; }
Property Value
- Transform
Warp
public string? Warp { get; init; }
Property Value
- string
WarpNameWordList
public string? WarpNameWordList { get; init; }
Property Value
- string
World
public string? World { get; init; }
Property Value
- string