Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

custom events in unity c#

public event Action Event_name;

//Custom events in unityC# comes under System namespace;
//Her Event_name is the event created of type Action which is public.
 
PREVIOUS NEXT
Tagged: #custom #events #unity
ADD COMMENT
Topic
Name
3+6 =