Class AssetIconProperties
- Namespace
- Shard.Assets.Generated.ModelAssets
- Assembly
- Shard.Assets.dll
[SchemaImported("assets/common.json#/definitions/AssetIconProperties", "f8fd226cde7378aacd451658a8e390ee34cec18e71de427d294714e7367a1c4f")]
public sealed record AssetIconProperties : IEquatable<AssetIconProperties>
- Inheritance
-
AssetIconProperties
- Implements
- Inherited Members
Properties
Codec
public static Codec<AssetIconProperties> Codec { get; }
Property Value
Rotation
public float[]? Rotation { get; init; }
Property Value
- float[]
Scale
public float Scale { get; init; }
Property Value
Translation
public float[]? Translation { get; init; }
Property Value
- float[]