Table of Contents

Struct Metadata

Namespace
SharpPluginLoader.Core.Resources.Animation
Assembly
SharpPluginLoader.Core.dll
public struct Metadata
Inherited Members

Fields

FrameCount

public float FrameCount

Field Value

float

Hash

public uint Hash

Field Value

uint

LoopStart

public float LoopStart

Field Value

float

LoopValue

public uint LoopValue

Field Value

uint

ParamNum

public int ParamNum

Field Value

int

ParamPtr

public MetadataParam* ParamPtr

Field Value

MetadataParam*

Type1

public uint Type1

Field Value

uint

Type2

public uint Type2

Field Value

uint

Properties

Params

public readonly Span<MetadataParam> Params { get; }

Property Value

Span<MetadataParam>

Methods

GetParam(int)

public readonly ref MetadataParam GetParam(int index)

Parameters

index int

Returns

MetadataParam