Show / Hide Table of Contents

Class GUIStyleState

Inheritance
Object
GUIStyleState
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
[Serializable]
public sealed class GUIStyleState

Constructors

| Improve this Doc View Source

GUIStyleState()

Declaration
public GUIStyleState()

Properties

background

Declaration
public Texture2D background { get; set; }
Property Value
Type Description
Texture2D

scaledBackgrounds

Declaration
public Texture2D[] scaledBackgrounds { get; set; }
Property Value
Type Description
Texture2D[]

textColor

Declaration
public Color textColor { get; set; }
Property Value
Type Description
Color

Methods

| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX