Class PlaySongEvent
Inherited Members
Namespace: SociallyDistant.Core.Core.Events
Assembly: SociallyDistant.Framework.dll
Syntax
public class PlaySongEvent : ResourceEvent
Constructors
PlaySongEvent(string, bool)
Declaration
public PlaySongEvent(string songPath, bool loop = true)
Parameters
| Type | Name | Description |
|---|---|---|
| string | songPath | |
| bool | loop |
Properties
IsLooped
Declaration
public bool IsLooped { get; }
Property Value
| Type | Description |
|---|---|
| bool |