Class GUITexture
Assembly: UnityEngine.dll
Syntax
[Obsolete("This component is part of the legacy UI system and will be removed in a future release.")]
public class GUITexture : GUIElement
Properties
border
Declaration
public RectOffset border { get; set; }
Property Value
color
Declaration
public Color color { get; set; }
Property Value
pixelInset
Declaration
public Rect pixelInset { get; set; }
Property Value
texture
Declaration
public Texture texture { get; set; }
Property Value
Extension Methods