Table of Contents

Class InteractionCameraSettings

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

Properties

Codec

public static Codec<InteractionCameraSettings> Codec { get; }

Property Value

Codec<InteractionCameraSettings>

FirstPerson

public List<InteractionCamera>? FirstPerson { get; init; }

Property Value

List<InteractionCamera>

ThirdPerson

public List<InteractionCamera>? ThirdPerson { get; init; }

Property Value

List<InteractionCamera>