C# Class Stride.Updater.EnterChecker

Provides a way to perform additional checks when entering an object (typically out of bounds checks).
Datei anzeigen Open project: vvvv/stride

Public Methods

Method Description
CanEnter ( object obj ) : bool

Called by UpdateEngine.Run to perform additional checks when entering an object (typically out of bounds checks).

Method Details

CanEnter() public abstract method

Called by UpdateEngine.Run to perform additional checks when entering an object (typically out of bounds checks).
public abstract CanEnter ( object obj ) : bool
obj object The object being entered.
return bool