C# Class Tests.TestUpdatableManager

Mostra file Open project: yeticgi/Uniject Class Usage Examples

Public Methods

Method Description
RegisterGameobject ( TestableGameObject obj ) : void
UnRegisterGameobject ( TestableGameObject obj ) : void
step ( int numUpdates ) : void

Method Details

RegisterGameobject() public method

public RegisterGameobject ( TestableGameObject obj ) : void
obj TestableGameObject
return void

UnRegisterGameobject() public method

public UnRegisterGameobject ( TestableGameObject obj ) : void
obj TestableGameObject
return void

step() public method

public step ( int numUpdates ) : void
numUpdates int
return void