Interface ICommandContext
- Namespace
- TMPEffects.TMPCommands
Interface for command contexts.
public interface ICommandContext
Properties
CustomData
The custom data object.
object CustomData { get; }
Property Value
Indices
The indices of the tag that triggered this command.
TMPEffectTagIndices Indices { get; }
Property Value
Writer
The TMPWriter that raised this command.
TMPWriter Writer { get; }