C# Класс Files.AudioLogic.HSM

HSM (short for HIT Symbols) is a plain-text format that defines constants for opcodes, registers, subroutine address and sound resource IDs for inclusion in the HOT files as well as the MakeTrax source files used to make the HIT files of the game.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Constants int>.Dictionary

Открытые методы

Метод Описание
HSM ( string Path ) : System.Collections.Generic

Loads a HSM from a given path.

Описание методов

HSM() публичный Метод

Loads a HSM from a given path.
public HSM ( string Path ) : System.Collections.Generic
Path string The path to the HSM to load.
Результат System.Collections.Generic

Описание свойств

Constants публичное свойство

public Dictionary Constants
Результат int>.Dictionary