Romestead Assembly Reference

Candide.CandideUI.Components.CandideWindowAnchorDrag

Type JSON

public class in Candide.CandideUI.Components

Methods2
Properties0
Fields2
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
HighlightElementpublicpublic Candide.CandideUI.CandideUiElement HighlightElement
_draggableParentprivateprivate Candide.CandideUI.Containers.CandideWindow _draggableParent

Methods

OnMousePrimaryDown

public System.Void OnMousePrimaryDown()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash50D781556CEA6E831E67E1EC86857714FA68119E3169C88B136FB7798089EB6B
  • Body hash86EE5D589881CA879BD71D50915354FABC78C86CF840BFF00760A97A433159FD
  • IL size28
Referenced calls

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash4FAC797CE64E06B089D8AE4AFB29E4F2C87052A3C761C045FE48EB8F704EFDF7
  • Body hash75D4F59CECDC09B543E935C80588F4696E3034395E3323B23E80E019F5603ED5
  • IL size103
Referenced calls
  • Candide.CandideUI.CandideUiElement::get_Enabled()
  • Candide.CandideUI.CandideUiElement::get_IsHovered()
  • Microsoft.Xna.Framework.Color::get_White()
  • Microsoft.Xna.Framework.Color::.ctor(Microsoft.Xna.Framework.Color, System.Single)
  • System.Nullable<Microsoft.Xna.Framework.Color>::.ctor(!0)
  • Candide.CandideUI.CandideUiElement::set_Background(System.Nullable<Microsoft.Xna.Framework.Color>)
  • Candide.CandideUI.MouseUiInputSystem::get_DraggedElement()
  • Candide.CandideUI.CandideUiElement::set_DragDirection(Candide.CandideUI.DragDirection)
  • Candide.CandideUI.CandideUiContainerMultipleItems::Update(Microsoft.Xna.Framework.GameTime)