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