C# Class OpenRA.Traits.SequenceReferenceAttribute

Inheritance: System.Attribute
Show file Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
ImageReference string
Prefix bool

Public Methods

Method Description
SequenceReferenceAttribute ( string imageReference = null, bool prefix = false ) : System

Method Details

SequenceReferenceAttribute() public method

public SequenceReferenceAttribute ( string imageReference = null, bool prefix = false ) : System
imageReference string
prefix bool
return System

Property Details

ImageReference public property

public string ImageReference
return string

Prefix public property

public bool Prefix
return bool