Table of Contents

Class Trail

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

Properties

Animation

public TrailAnimation? Animation { get; init; }

Property Value

TrailAnimation

Codec

public static Codec<Trail> Codec { get; }

Property Value

Codec<Trail>

End

public Edge? End { get; init; }

Property Value

Edge

IntersectionHighlight

public IntersectionHighlight? IntersectionHighlight { get; init; }

Property Value

IntersectionHighlight

LifeSpan

public int LifeSpan { get; init; }

Property Value

int

LightInfluence

public float LightInfluence { get; init; }

Property Value

float

RenderMode

public TrailFXRenderMode RenderMode { get; init; }

Property Value

TrailFXRenderMode

Roll

public float Roll { get; init; }

Property Value

float

Smooth

public bool Smooth { get; init; }

Property Value

bool

Start

public Edge? Start { get; init; }

Property Value

Edge

TexturePath

public string TexturePath { get; init; }

Property Value

string