Click or drag to resize
BaseComponentSendMessage Method
Send message to this component.

Namespace:  GeonBit.ECS.Components
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public ReceivedMessageFlowControl SendMessage(
	string type
)

Parameters

type
Type: SystemString
Message type.

Return Value

Type: ReceivedMessageFlowControl

[Missing <returns> documentation for "M:GeonBit.ECS.Components.BaseComponent.SendMessage(System.String)"]

See Also