Method | Description | |
---|---|---|
AddListener ( string id, Func |
||
BeginAddingItems ( ) : void |
Blocks all functions apart from AddListener
|
|
Contains ( string id ) : bool | ||
DoAll ( Action |
||
FinishAddingItems ( ) : void | ||
GetAll ( ) : IEnumerable |
||
GetItem ( string id ) : |
||
GetStatus ( string id ) : FixtureStatus | ||
RemoveFixture ( string id ) : void | ||
RestartFixture ( string id ) : void | ||
StopFixture ( string id, bool block = false ) : void |
Method | Description | |
---|---|---|
GetObjectById ( string id ) : FixtureControlItem |
||
IFixtureController ( string id ) : bool | ||
IFixtureController ( string id ) : void |
public static AddListener ( string id, Func |
||
id | string | |
createListener | Func |
|
return | void |
public static DoAll ( Action |
||
action | Action |
|
maxThreads | int | |
return | void |
public static GetItem ( string id ) : |
||
id | string | |
return |
public static GetStatus ( string id ) : FixtureStatus | ||
id | string | |
return | FixtureStatus |
public static RemoveFixture ( string id ) : void | ||
id | string | |
return | void |
public static RestartFixture ( string id ) : void | ||
id | string | |
return | void |
public static StopFixture ( string id, bool block = false ) : void | ||
id | string | |
block | bool | |
return | void |