BaseComponentHasMethodImplemented Method |
Return if this component has a method implemented.
Namespace:
GeonBit.ECS.Components
Assembly:
GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool HasMethodImplemented(
string methodName
)
Parameters
- methodName
- Type: SystemString
Method name to check.
Return Value
Type:
BooleanIf method exists.
See Also