Table of Contents

Struct AssetFile

Namespace
Shard.Assets
Assembly
Shard.Assets.dll
public readonly record struct AssetFile : IEquatable<AssetFile>
Implements
Inherited Members

Constructors

AssetFile(string, long)

public AssetFile(string Path, long Length)

Parameters

Path string
Length long

Properties

Length

public long Length { get; init; }

Property Value

long

Path

public string Path { get; init; }

Property Value

string