Class ReadOnlyCommandContext
- Namespace
- TMPEffects.TMPCommands
A read-only wrapper around CommandContext.
public class ReadOnlyCommandContext : ICommandContext
- Inheritance
-
ReadOnlyCommandContext
- Implements
- Inherited Members
Constructors
ReadOnlyCommandContext(ICommandContext)
public ReadOnlyCommandContext(ICommandContext context)
Parameters
context
ICommandContext
Properties
CustomData
The custom data object.
public object CustomData { get; }
Property Value
Indices
The indices of the tag that triggered this command.
public TMPEffectTagIndices Indices { get; }
Property Value
Writer
The TMPWriter that raised this command.
public TMPWriter Writer { get; }