IAnimatorCheckEntityCompatibility Method |
Return if an entity type is compatible with this animator.
Namespace:
GeonBit.UI.Animators
Assembly:
GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public virtual bool CheckEntityCompatibility(
Entity entity
)
Parameters
- entity
- Type: GeonBit.UI.EntitiesEntity
Entity to test.
Return Value
Type:
BooleanTrue if compatible, false otherwise.
See Also