Rectangle

Namespace: WellFired.Profile.Unity.Runtime.ProfileProcessor.Visual

Implements: WellFired.Profile.ProfileProcessor.Visual.UI.IRectangle

Description

Properties

Vect2 Size { get; set; }
Vect2 Position { get; set; }
Color Color { get; set; }

Public Methods

void SetParent ( object parent )
object GetTransform ( )
void Activate ( )
void Deactivate ( )
void Initialize ( )

Breakdown

  • Vect2 Size { get; set; }
  • Vect2 Position { get; set; }
  • Color Color { get; set; }
  • void SetParent ( object parent )
  • object GetTransform ( )
  • void Activate ( )
  • void Deactivate ( )
  • void Initialize ( )