2025-04-16 19:57:54 -04:00
|
|
|
### YamlMime:ManagedReference
|
|
|
|
|
items:
|
|
|
|
|
- uid: Music.Playlist
|
|
|
|
|
commentId: T:Music.Playlist
|
|
|
|
|
id: Playlist
|
|
|
|
|
parent: Music
|
|
|
|
|
children:
|
|
|
|
|
- Music.Playlist.shuffleTime
|
|
|
|
|
- Music.Playlist.songs
|
|
|
|
|
- Music.Playlist.trackName
|
|
|
|
|
- Music.Playlist.trackScenes
|
|
|
|
|
- Music.Playlist.volume
|
|
|
|
|
langs:
|
|
|
|
|
- csharp
|
|
|
|
|
- vb
|
|
|
|
|
name: Playlist
|
|
|
|
|
nameWithType: Playlist
|
|
|
|
|
fullName: Music.Playlist
|
|
|
|
|
type: Class
|
|
|
|
|
source:
|
|
|
|
|
id: Playlist
|
|
|
|
|
path: ''
|
2025-04-19 12:59:07 -04:00
|
|
|
startLine: 761
|
2025-04-16 19:57:54 -04:00
|
|
|
assemblies:
|
|
|
|
|
- cs.temp.dll
|
|
|
|
|
namespace: Music
|
2025-04-18 20:11:19 -04:00
|
|
|
summary: "\nRepresents a playlist of music tracks.\nContains information about the tracks, their associated scenes, and playback settings.\n"
|
|
|
|
|
example: []
|
2025-04-16 19:57:54 -04:00
|
|
|
syntax:
|
|
|
|
|
content: >-
|
|
|
|
|
[Serializable]
|
|
|
|
|
|
|
|
|
|
public class Playlist
|
|
|
|
|
content.vb: >-
|
|
|
|
|
<Serializable>
|
|
|
|
|
|
|
|
|
|
Public Class Playlist
|
|
|
|
|
inheritance:
|
|
|
|
|
- System.Object
|
|
|
|
|
attributes:
|
|
|
|
|
- type: System.SerializableAttribute
|
|
|
|
|
ctor: System.SerializableAttribute.#ctor
|
|
|
|
|
arguments: []
|
|
|
|
|
- uid: Music.Playlist.trackName
|
|
|
|
|
commentId: F:Music.Playlist.trackName
|
|
|
|
|
id: trackName
|
|
|
|
|
parent: Music.Playlist
|
|
|
|
|
langs:
|
|
|
|
|
- csharp
|
|
|
|
|
- vb
|
|
|
|
|
name: trackName
|
|
|
|
|
nameWithType: Playlist.trackName
|
|
|
|
|
fullName: Music.Playlist.trackName
|
|
|
|
|
type: Field
|
|
|
|
|
source:
|
|
|
|
|
id: trackName
|
|
|
|
|
path: ''
|
2025-04-19 12:59:07 -04:00
|
|
|
startLine: 767
|
2025-04-16 19:57:54 -04:00
|
|
|
assemblies:
|
|
|
|
|
- cs.temp.dll
|
|
|
|
|
namespace: Music
|
2025-04-18 20:11:19 -04:00
|
|
|
summary: "\nThe name of the playlist.\n"
|
|
|
|
|
example: []
|
2025-04-16 19:57:54 -04:00
|
|
|
syntax:
|
|
|
|
|
content: public string trackName
|
|
|
|
|
return:
|
|
|
|
|
type: System.String
|
|
|
|
|
content.vb: Public trackName As String
|
|
|
|
|
- uid: Music.Playlist.trackScenes
|
|
|
|
|
commentId: F:Music.Playlist.trackScenes
|
|
|
|
|
id: trackScenes
|
|
|
|
|
parent: Music.Playlist
|
|
|
|
|
langs:
|
|
|
|
|
- csharp
|
|
|
|
|
- vb
|
|
|
|
|
name: trackScenes
|
|
|
|
|
nameWithType: Playlist.trackScenes
|
|
|
|
|
fullName: Music.Playlist.trackScenes
|
|
|
|
|
type: Field
|
|
|
|
|
source:
|
|
|
|
|
id: trackScenes
|
|
|
|
|
path: ''
|
2025-04-19 12:59:07 -04:00
|
|
|
startLine: 772
|
2025-04-16 19:57:54 -04:00
|
|
|
assemblies:
|
|
|
|
|
- cs.temp.dll
|
|
|
|
|
namespace: Music
|
2025-04-18 20:11:19 -04:00
|
|
|
summary: "\nA list of scenes where this playlist is used.\n"
|
|
|
|
|
example: []
|
2025-04-16 19:57:54 -04:00
|
|
|
syntax:
|
|
|
|
|
content: public List<string> trackScenes
|
|
|
|
|
return:
|
|
|
|
|
type: Global.List{System.String}
|
|
|
|
|
content.vb: Public trackScenes As List(Of String)
|
|
|
|
|
- uid: Music.Playlist.songs
|
|
|
|
|
commentId: F:Music.Playlist.songs
|
|
|
|
|
id: songs
|
|
|
|
|
parent: Music.Playlist
|
|
|
|
|
langs:
|
|
|
|
|
- csharp
|
|
|
|
|
- vb
|
|
|
|
|
name: songs
|
|
|
|
|
nameWithType: Playlist.songs
|
|
|
|
|
fullName: Music.Playlist.songs
|
|
|
|
|
type: Field
|
|
|
|
|
source:
|
|
|
|
|
id: songs
|
|
|
|
|
path: ''
|
2025-04-19 12:59:07 -04:00
|
|
|
startLine: 777
|
2025-04-16 19:57:54 -04:00
|
|
|
assemblies:
|
|
|
|
|
- cs.temp.dll
|
|
|
|
|
namespace: Music
|
2025-04-18 20:11:19 -04:00
|
|
|
summary: "\nA list of audio clips included in this playlist.\n"
|
|
|
|
|
example: []
|
2025-04-16 19:57:54 -04:00
|
|
|
syntax:
|
|
|
|
|
content: public List<AudioClip> songs
|
|
|
|
|
return:
|
|
|
|
|
type: Global.List{AudioClip}
|
|
|
|
|
content.vb: Public songs As List(Of AudioClip)
|
|
|
|
|
- uid: Music.Playlist.shuffleTime
|
|
|
|
|
commentId: F:Music.Playlist.shuffleTime
|
|
|
|
|
id: shuffleTime
|
|
|
|
|
parent: Music.Playlist
|
|
|
|
|
langs:
|
|
|
|
|
- csharp
|
|
|
|
|
- vb
|
|
|
|
|
name: shuffleTime
|
|
|
|
|
nameWithType: Playlist.shuffleTime
|
|
|
|
|
fullName: Music.Playlist.shuffleTime
|
|
|
|
|
type: Field
|
|
|
|
|
source:
|
|
|
|
|
id: shuffleTime
|
|
|
|
|
path: ''
|
2025-04-19 12:59:07 -04:00
|
|
|
startLine: 782
|
2025-04-16 19:57:54 -04:00
|
|
|
assemblies:
|
|
|
|
|
- cs.temp.dll
|
|
|
|
|
namespace: Music
|
2025-04-18 20:11:19 -04:00
|
|
|
summary: "\nThe time interval (in seconds) between shuffling tracks in the playlist.\n"
|
|
|
|
|
example: []
|
2025-04-16 19:57:54 -04:00
|
|
|
syntax:
|
|
|
|
|
content: public float shuffleTime
|
|
|
|
|
return:
|
|
|
|
|
type: System.Single
|
|
|
|
|
content.vb: Public shuffleTime As Single
|
|
|
|
|
- uid: Music.Playlist.volume
|
|
|
|
|
commentId: F:Music.Playlist.volume
|
|
|
|
|
id: volume
|
|
|
|
|
parent: Music.Playlist
|
|
|
|
|
langs:
|
|
|
|
|
- csharp
|
|
|
|
|
- vb
|
|
|
|
|
name: volume
|
|
|
|
|
nameWithType: Playlist.volume
|
|
|
|
|
fullName: Music.Playlist.volume
|
|
|
|
|
type: Field
|
|
|
|
|
source:
|
|
|
|
|
id: volume
|
|
|
|
|
path: ''
|
2025-04-19 12:59:07 -04:00
|
|
|
startLine: 787
|
2025-04-16 19:57:54 -04:00
|
|
|
assemblies:
|
|
|
|
|
- cs.temp.dll
|
|
|
|
|
namespace: Music
|
2025-04-18 20:11:19 -04:00
|
|
|
summary: "\nThe volume level for the playlist.\n"
|
|
|
|
|
example: []
|
2025-04-16 19:57:54 -04:00
|
|
|
syntax:
|
|
|
|
|
content: public float volume
|
|
|
|
|
return:
|
|
|
|
|
type: System.Single
|
|
|
|
|
content.vb: Public volume As Single
|
|
|
|
|
references:
|
|
|
|
|
- uid: Music
|
|
|
|
|
commentId: N:Music
|
|
|
|
|
name: Music
|
|
|
|
|
nameWithType: Music
|
|
|
|
|
fullName: Music
|
|
|
|
|
- uid: System.Object
|
|
|
|
|
commentId: T:System.Object
|
|
|
|
|
parent: System
|
|
|
|
|
isExternal: true
|
|
|
|
|
name: object
|
|
|
|
|
nameWithType: object
|
|
|
|
|
fullName: object
|
|
|
|
|
nameWithType.vb: Object
|
|
|
|
|
fullName.vb: Object
|
|
|
|
|
name.vb: Object
|
|
|
|
|
- uid: System
|
|
|
|
|
commentId: N:System
|
|
|
|
|
isExternal: true
|
|
|
|
|
name: System
|
|
|
|
|
nameWithType: System
|
|
|
|
|
fullName: System
|
|
|
|
|
- uid: System.String
|
|
|
|
|
commentId: T:System.String
|
|
|
|
|
parent: System
|
|
|
|
|
isExternal: true
|
|
|
|
|
name: string
|
|
|
|
|
nameWithType: string
|
|
|
|
|
fullName: string
|
|
|
|
|
nameWithType.vb: String
|
|
|
|
|
fullName.vb: String
|
|
|
|
|
name.vb: String
|
|
|
|
|
- uid: Global.List{System.String}
|
|
|
|
|
commentId: '!:Global.List{System.String}'
|
|
|
|
|
definition: Global.List`1
|
|
|
|
|
name: List<string>
|
|
|
|
|
nameWithType: List<string>
|
|
|
|
|
fullName: List<string>
|
|
|
|
|
nameWithType.vb: List(Of String)
|
|
|
|
|
fullName.vb: List(Of String)
|
|
|
|
|
name.vb: List(Of String)
|
|
|
|
|
spec.csharp:
|
|
|
|
|
- uid: Global.List`1
|
|
|
|
|
name: List
|
|
|
|
|
isExternal: true
|
|
|
|
|
- name: <
|
|
|
|
|
- uid: System.String
|
|
|
|
|
name: string
|
|
|
|
|
isExternal: true
|
|
|
|
|
- name: '>'
|
|
|
|
|
spec.vb:
|
|
|
|
|
- uid: Global.List`1
|
|
|
|
|
name: List
|
|
|
|
|
isExternal: true
|
|
|
|
|
- name: (
|
|
|
|
|
- name: Of
|
|
|
|
|
- name: " "
|
|
|
|
|
- uid: System.String
|
|
|
|
|
name: String
|
|
|
|
|
isExternal: true
|
|
|
|
|
- name: )
|
|
|
|
|
- uid: Global.List`1
|
|
|
|
|
isExternal: true
|
|
|
|
|
name: List<>
|
|
|
|
|
nameWithType: List<>
|
|
|
|
|
fullName: List<>
|
|
|
|
|
nameWithType.vb: List(Of )
|
|
|
|
|
fullName.vb: List(Of )
|
|
|
|
|
name.vb: List(Of )
|
|
|
|
|
spec.csharp:
|
|
|
|
|
- uid: Global.List`1
|
|
|
|
|
name: List
|
|
|
|
|
isExternal: true
|
|
|
|
|
- name: <
|
|
|
|
|
- name: ''
|
|
|
|
|
- name: '>'
|
|
|
|
|
spec.vb:
|
|
|
|
|
- uid: Global.List`1
|
|
|
|
|
name: List
|
|
|
|
|
isExternal: true
|
|
|
|
|
- name: (
|
|
|
|
|
- name: Of
|
|
|
|
|
- name: " "
|
|
|
|
|
- name: ''
|
|
|
|
|
- name: )
|
|
|
|
|
- uid: Global.List{AudioClip}
|
|
|
|
|
commentId: '!:Global.List{AudioClip}'
|
|
|
|
|
definition: Global.List`1
|
|
|
|
|
name: List<AudioClip>
|
|
|
|
|
nameWithType: List<AudioClip>
|
|
|
|
|
fullName: List<AudioClip>
|
|
|
|
|
nameWithType.vb: List(Of AudioClip)
|
|
|
|
|
fullName.vb: List(Of AudioClip)
|
|
|
|
|
name.vb: List(Of AudioClip)
|
|
|
|
|
spec.csharp:
|
|
|
|
|
- uid: Global.List`1
|
|
|
|
|
name: List
|
|
|
|
|
isExternal: true
|
|
|
|
|
- name: <
|
|
|
|
|
- uid: Global.AudioClip
|
|
|
|
|
name: AudioClip
|
|
|
|
|
isExternal: true
|
|
|
|
|
- name: '>'
|
|
|
|
|
spec.vb:
|
|
|
|
|
- uid: Global.List`1
|
|
|
|
|
name: List
|
|
|
|
|
isExternal: true
|
|
|
|
|
- name: (
|
|
|
|
|
- name: Of
|
|
|
|
|
- name: " "
|
|
|
|
|
- uid: Global.AudioClip
|
|
|
|
|
name: AudioClip
|
|
|
|
|
isExternal: true
|
|
|
|
|
- name: )
|
|
|
|
|
- uid: System.Single
|
|
|
|
|
commentId: T:System.Single
|
|
|
|
|
parent: System
|
|
|
|
|
isExternal: true
|
|
|
|
|
name: float
|
|
|
|
|
nameWithType: float
|
|
|
|
|
fullName: float
|
|
|
|
|
nameWithType.vb: Single
|
|
|
|
|
fullName.vb: Single
|
|
|
|
|
name.vb: Single
|