Table of Contents

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

Codec<InteractionCamera>

Position

public Vector3f Position { get; init; }

Property Value

Vector3f

Rotation

public BlockParticleSetDirection Rotation { get; init; }

Property Value

BlockParticleSetDirection

Time

public float? Time { get; init; }

Property Value

float?