C# Class OpenRA.Traits.Shroud.ShroudSource

Show file Open project: pchote/OpenRA

Public Properties

Property Type Description
ProjectedCells PPos[]
Type SourceType

Public Methods

Method Description
ShroudSource ( SourceType type, PPos projectedCells ) : System

Method Details

ShroudSource() public method

public ShroudSource ( SourceType type, PPos projectedCells ) : System
type SourceType
projectedCells PPos
return System

Property Details

ProjectedCells public property

public PPos[] ProjectedCells
return PPos[]

Type public property

public SourceType Type
return SourceType