Show / Hide Table of Contents

Class SpriteState

A markup extension that represents UnityEngine.UI.SpriteState.

Inheritance
Object
SpriteState
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public class SpriteState : IMarkupExtension<UnityEngine.UI.SpriteState>

Properties

| Improve this Doc View Source

DisabledSprite

A property that represents UnityEngine.UI.SpriteState.disabledSprite.

Declaration
public UnityEngine.Sprite DisabledSprite { get; set; }
Property Value
Type Description
UnityEngine.Sprite
| Improve this Doc View Source

HighlightedSprite

A property that represents UnityEngine.UI.SpriteState.highlightedSprite.

Declaration
public UnityEngine.Sprite HighlightedSprite { get; set; }
Property Value
Type Description
UnityEngine.Sprite
| Improve this Doc View Source

PressedSprite

A property that represents UnityEngine.UI.SpriteState.pressedSprite.

Declaration
public UnityEngine.Sprite PressedSprite { get; set; }
Property Value
Type Description
UnityEngine.Sprite

Methods

| Improve this Doc View Source

ProvideValue(IServiceProvider)

Declaration
public UnityEngine.UI.SpriteState ProvideValue(IServiceProvider serviceProvider)
Parameters
Type Name Description
IServiceProvider serviceProvider
Returns
Type Description
UnityEngine.UI.SpriteState
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX