Class CommandContext
- Namespace
- TMPEffects.TMPCommands
Command context used by TMPWriter.
public class CommandContext : ICommandContext
- Inheritance
-
CommandContext
- Implements
- Inherited Members
Constructors
CommandContext(TMPWriter, TMPEffectTagIndices)
public CommandContext(TMPWriter writer, TMPEffectTagIndices indices)
Parameters
writer
TMPWriterindices
TMPEffectTagIndices
Properties
CustomData
The custom data object.
public object CustomData { get; set; }
Property Value
Indices
The indices of the tag that triggered this command.
public TMPEffectTagIndices Indices { get; set; }
Property Value
Writer
The TMPWriter that raised this command.
public TMPWriter Writer { get; set; }