Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 471 Bytes

File metadata and controls

19 lines (13 loc) · 471 Bytes

ISceneCollection<T>

interface in AdvancedSceneManager.Models.Interfaces

Description

Defines some core properties for scene collections.

Properties

Member Description
T Item _No documentation available._
IEnumerable<T> scenes Gets the scenes of this collection.

Methods

Member Description
bool Contains(T scene) Gets if this collection contains scene.