 | FadingAudioSourceClip Property |
Current clip of the audio source.
Namespace: Slash.Unity.Common.SoundAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic AudioClip Clip { get; }
Public ReadOnly Property Clip As AudioClip
Get
public:
property AudioClip^ Clip {
AudioClip^ get ();
}
member Clip : AudioClip with get
Property Value
Type:
AudioClip
See Also