C# Class RTSEngine.Data.DevCommandStopMotion

Inheritance: DevCommand
Mostrar archivo Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Public Properties

Property Type Description
REGEX System.Text.RegularExpressions.Regex

Public Methods

Method Description
DevCommandStopMotion ( ) : System
TryParse ( string c, DevCommand &command ) : bool

Method Details

DevCommandStopMotion() public method

public DevCommandStopMotion ( ) : System
return System

TryParse() public static method

public static TryParse ( string c, DevCommand &command ) : bool
c string
command DevCommand
return bool

Property Details

REGEX public_oe static_oe property

public static Regex,System.Text.RegularExpressions REGEX
return System.Text.RegularExpressions.Regex