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