Class EventMarker
Contains information about an event called in text
Inherited Members
Namespace: Febucci.UI.Core.Parsing
Assembly: Febucci.TextAnimator.Runtime.dll
Syntax
public class EventMarker : MarkerBase
Constructors
EventMarker(String, Int32, Int32, String[])
Declaration
public EventMarker(string name, int index, int internalOrder, string[] parameters)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | |
System.Int32 | index | |
System.Int32 | internalOrder | |
System.String[] | parameters |