Click or drag to resize
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
C#
public bool HasMethodImplemented(
	string methodName
)

Parameters

methodName
Type: SystemString
Method name to check.

Return Value

Type: Boolean
If method exists.
See Also