Method AddExistingSystemsToUpdate
AddExistingSystemsToUpdate(List<Type>)
An interface method to specify an additional set of managed systems which are copied to the custom physics world. This will be called the first time OnUpdate runs.
Declaration
protected virtual void AddExistingSystemsToUpdate(List<Type> systems)
Parameters
Type | Name | Description |
---|---|---|
List<Type> | systems | The systems. |