AudioNodeEmitterDecayModel.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the type of the decay model.
public:
property AudioNodeEmitterDecayKind Kind { AudioNodeEmitterDecayKind get(); };
AudioNodeEmitterDecayKind Kind();
public AudioNodeEmitterDecayKind Kind { get; }
var audioNodeEmitterDecayKind = audioNodeEmitterDecayModel.kind;
Public ReadOnly Property Kind As AudioNodeEmitterDecayKind
Property Value
A value indicating the type of the decay model.
Remarks
Create a Natural decay model by calling CreateNatural. Create a Custom decay model by calling CreateCustom.