Candide.CandideUI.Text.Renderables.KeyBindingRenderable
Type JSONpublic class in Candide.CandideUI.Text.Renderables
Type metadata
- Assembly
Romestead - Namespace
Candide.CandideUI.Text.Renderables - Base type
System.Object - Interfaces
FontStashSharp.RichText.IRenderable - Hash
ADCE63DD0C85FCA4062612E35A9647D2AE8EF1BC71B044744D85CBF9B15F9674
Relationships
Base type
System.Object
Interfaces
FontStashSharp.RichText.IRenderable
Fields
| Name | Visibility | Signature |
|---|---|---|
_frames# | private | private System.ValueTuple<Microsoft.Xna.Framework.Rectangle, Microsoft.Xna.Framework.Rectangle> _frames |
_pressed# | private | private System.Boolean _pressed |
_scale# | private | private Microsoft.Xna.Framework.Vector2 _scale |
_texture# | private | private Microsoft.Xna.Framework.Graphics.Texture2D _texture |
Properties
| Name | Visibility | Signature |
|---|---|---|
Size# | public | public Microsoft.Xna.Framework.Point Size |
Methods
Draw
#
public System.Void Draw(FontStashSharp.RichText.FSRenderContext context, Microsoft.Xna.Framework.Vector2 position, Microsoft.Xna.Framework.Color color)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
E7841CA0DF5C624798D72B4517724E2965397C3D846019A21B33E107D311BD4E - Body hash
11656E740816568FCDF28373127538C676A17F3BF8804B8804C6CDA3EDEA4241 - IL size257
Referenced calls
Microsoft.Xna.Framework.GameTime::get_TotalGameTime()System.TimeSpan::get_TotalSeconds()Microsoft.Xna.Framework.Color::op_Equality(Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Color)Candide.CandideUI.UiRenderContext::GetTextureFiltering()Candide.CandideUI.UiRenderContext::SetTextureFiltering(UiRenderContext.TextureFiltering)Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)Microsoft.Xna.Framework.Vector2::op_Addition(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)FontStashSharp.RichText.FSRenderContext::DrawImage(Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Color)