Table of Contents

Class LayerPlacement

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

Properties

ClipStart

public BarBeatDuration? ClipStart { get; init; }

Property Value

BarBeatDuration

Codec

public static Codec<LayerPlacement> Codec { get; }

Property Value

Codec<LayerPlacement>

Container

public string Container { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

StateBindings

public List<StateBindingConfig>? StateBindings { get; init; }

Property Value

List<StateBindingConfig>