Table of Contents

Struct Music

Namespace
MohawkGame2D
Assembly
GAME 10003 Game Development Foundations - 2D Game Template.dll

Represents a music file (audio over 10s long).

public readonly record struct Music : IEquatable<Music>
Implements
Inherited Members

Remarks

Wrapper around Raylib.Music

Properties

FileName

Name of this music file.

public string FileName { get; init; }

Property Value

string

FilePath

File path of this music.

public string FilePath { get; init; }

Property Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.