BillboardText.

OnLocalEvent(object, ASLLocalEventManager.LocalEventArgs) Method

Summary

Event handler for local events relating to the synchronization of the world space canvas text.
Namespace
ASL.PlayerSystem
Containing Type
BillboardText

Syntax

protected override void OnLocalEvent(object sender, ASLLocalEventManager.LocalEventArgs args)

Parameters

Name Type Description
sender object Object that triggered the event
args ASLLocalEventManager.LocalEventArgs The event being triggered

Return Value

Type Description
void