C# Class SpriteText.RelativeTo, urban-survivors

Mostra file Open project: exdev/urban-survivors

Public Properties

Property Type Description
horizontal HORIZONTAL_ALIGN
vertical VERTICAL_ALIGN

Public Methods

Method Description
Copy ( RelativeTo rt ) : void
Equals ( RelativeTo rt ) : bool

Method Details

Copy() public method

public Copy ( RelativeTo rt ) : void
rt RelativeTo
return void

Equals() public method

public Equals ( RelativeTo rt ) : bool
rt RelativeTo
return bool

Property Details

horizontal public_oe property

public HORIZONTAL_ALIGN horizontal
return HORIZONTAL_ALIGN

vertical public_oe property

public VERTICAL_ALIGN vertical
return VERTICAL_ALIGN