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
Codec
public static Codec<LayerPlacement> Codec { get; }
Property Value
Container
public string Container { get; init; }
Property Value
Name
public string Name { get; init; }
Property Value
StateBindings
public List<StateBindingConfig>? StateBindings { get; init; }