C# Class Stride.Updater.EnterChecker

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

Méthodes publiques

Méthode 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 méthode

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.
Résultat bool