Class ColorArgument
public sealed class ColorArgument : CommandArgumentParser<Color>
- Inheritance
-
CommandArgumentParser<Color>ColorArgument
- Inherited Members
Properties
Description
public override string Description { get; }
Property Value
DescriptionMessageId
Optional Hytale catalog key for the type's client-facing usage description.
public override string DescriptionMessageId { get; }
Property Value
Examples
public override IReadOnlyList<string> Examples { get; }
Property Value
TypeName
public override string TypeName { get; }
Property Value
TypeNameMessageId
Optional Hytale catalog key for the type's client-facing name.
public override string TypeNameMessageId { get; }
Property Value
Methods
Format(Color)
public override string Format(Color value)
Parameters
valueColor
Returns
Parse(IReadOnlyList<string>)
public override Color Parse(IReadOnlyList<string> values)
Parameters
valuesIReadOnlyList<string>
Returns
- Color