C# Class Files.AudioLogic.HitResourcegroup

Groups together related HIT resources.
Inheritance: IDisposable
Show file Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
Events EVT
HitResource Hit
Symbols HSM

Public Methods

Method Description
Dispose ( ) : void
HitResourcegroup ( string HitPath, string EVTPath, string HSMPath ) : System

Protected Methods

Method Description
Dispose ( bool CleanUpNativeAndManagedResources ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool CleanUpNativeAndManagedResources ) : void
CleanUpNativeAndManagedResources bool
return void

HitResourcegroup() public method

public HitResourcegroup ( string HitPath, string EVTPath, string HSMPath ) : System
HitPath string
EVTPath string
HSMPath string
return System

Property Details

Events public property

public EVT,Files.AudioLogic Events
return EVT

HitResource public property

public Hit,Files.AudioLogic HitResource
return Hit

Symbols public property

public HSM,Files.AudioLogic Symbols
return HSM