TextStudioMarkerBinding
public sealed class TextStudioMarkerBindingSerializable marker route, payload formatting policy, enabled state, and scene callback.
Methods
Section titled “Methods”
Matches(string, string[])
Section titled “Matches(string, string[])”public bool Matches(string markerId, string[] parameters)Reports whether an authored marker resolves to this binding’s route.
Parameters
| Name | Type |
|---|---|
markerId |
System.String |
parameters |
System.String[] |
Returns
System.Boolean
Constructors
Section titled “Constructors”
TextStudioMarkerBinding()
Section titled “TextStudioMarkerBinding()”public TextStudioMarkerBinding()Properties
Section titled “Properties”
RouteId
Section titled “RouteId”public string RouteId { get; set; }Returns
System.String
PayloadMode
Section titled “PayloadMode”public TextStudioMarkerPayloadMode PayloadMode { get; set; }Returns
TextStudio.TextStudioMarkerPayloadMode
OnMarker
Section titled “OnMarker”public UnityEvent<string> OnMarker { get; }Returns
UnityEngine.Events.UnityEvent{System.String}