SoundInstance.SoundInstance C# (CSharp) Method

SoundInstance() public method

public SoundInstance ( ISoundAssetInternal sound ) : System.Collections.Generic
sound ISoundAssetInternal
return System.Collections.Generic
    public SoundInstance(ISoundAssetInternal sound)
    {
        _internal = sound;
        _refCount = 1;
        _internal.AddInstance(this);
    }