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

Наследование: Coroutine
Показать файл Открыть проект

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

Свойство Тип Описание
Address uint
HitParent Hit
SimpleMode bool
TrackID uint

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

Метод Описание
SubRoutine ( uint TID, uint Address, Hit Parent ) : System

Creates a new SubRoutine instance.

process ( ) : IEnumerable

This runs one HIT instruction, and should be run once every frame for every subroutine.

Приватные методы

Метод Описание
GetVariable ( int Location ) : int
ReadByte ( ) : byte
ReadInt32 ( ) : int
ReadUInt32 ( ) : uint
SetLocal ( int Location, int Value ) : void

Sets a local variable to a value.

SetTrack ( uint Index ) : uint

Sets a track for this Subroutine.

SetVariable ( short Location, int Value ) : void

Sets a register to a specific value.

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

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

Creates a new SubRoutine instance.
public SubRoutine ( uint TID, uint Address, Hit Parent ) : System
TID uint ID of the track for this SubRoutine.
Address uint Address of this SubRoutine in HIT.
Parent Hit The HIT that contains this SubRoutine.
Результат System

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

This runs one HIT instruction, and should be run once every frame for every subroutine.
public process ( ) : IEnumerable
Результат IEnumerable

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

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

public uint Address
Результат uint

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

public Hit,Files.AudioLogic HitParent
Результат Hit

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

public bool SimpleMode
Результат bool

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

public uint TrackID
Результат uint