Method | Description | |
---|---|---|
CanEnter ( object obj ) : bool |
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 |