Namespace: DeltaEngine.Editor.UIEditorAssembly: DeltaEngine.Editor.UIEditor (in DeltaEngine.Editor.UIEditor.dll) Version: 1.1.1.0 (1.1.1)
public ObservableCollection<string> SceneNames { get; set; }
public ObservableCollection<string> SceneNames { get; set; }
Public Property SceneNames As ObservableCollection(Of String)
Get
Set
Public Property SceneNames As ObservableCollection(Of String)
Get
Set
public:
property ObservableCollection<String^>^ SceneNames {
ObservableCollection<String^>^ get ();
void set (ObservableCollection<String^>^ value);
}
public:
property ObservableCollection<String^>^ SceneNames {
ObservableCollection<String^>^ get ();
void set (ObservableCollection<String^>^ value);
}
member SceneNames : ObservableCollection<string> with get, set
member SceneNames : ObservableCollection<string> with get, set
Property Value
Type:
ObservableCollection String