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.
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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