Click or drag to resize

Picture Class

An image UI element.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          RavingBots.MagicGestures.UI.ElementsUiElement
            RavingBots.MagicGestures.UI.ElementsCanvasElement
              RavingBots.MagicGestures.UI.ElementsPicture

Namespace:  RavingBots.MagicGestures.UI.Elements
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class Picture : CanvasElement

The Picture type exposes the following members.

Constructors
  NameDescription
Public methodPicture
Initializes a new instance of the Picture class
Top
Methods
Fields
  NameDescription
Private field_color
The color of the image.
Public fieldImage
The image to render.
Top
See Also