Returns a readonly collection of all Controllers registered. To add or remove
Controllers use AddController or RemoveController.
Namespace: JigLibX.PhysicsAssembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0
Syntax
C# |
---|
public ReadOnlyCollection<Controller> Controllers { get; } |
Visual Basic |
---|
Public ReadOnly Property Controllers As ReadOnlyCollection(Of Controller) Get |
Visual C++ |
---|
public: property ReadOnlyCollection<Controller^>^ Controllers { ReadOnlyCollection<Controller^>^ get (); } |