Click or drag to resize
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
C#
public virtual bool CheckEntityCompatibility(
	Entity entity
)

Parameters

entity
Type: GeonBit.UI.EntitiesEntity
Entity to test.

Return Value

Type: Boolean
True if compatible, false otherwise.
See Also