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