Declared in Simulation
Declaration
Object[] FindObjectsWithType(
Type type
);
Description
Returns all simulation objects that satisfies the specified type.
Parameters
Name | Description |
---|---|
type | A simulation object type. |
Declared in Simulation
Object[] FindObjectsWithType(
Type type
);
Returns all simulation objects that satisfies the specified type.
Name | Description |
---|---|
type | A simulation object type. |