C# Class LeoDeg.UI.UpdateImage

Inheritance: LeoDeg.UI.UIPropertyUpdater
Mostra file Open project: leodeg/Unity.Crystalis

Public Properties

Property Type Description
spriteVariable Scriptables.SpriteScriptable
targetImage Image

Public Methods

Method Description
Raise ( ) : void

Update the sprite of an Image UI element based on what you've set on the sprite variable

Method Details

Raise() public method

Update the sprite of an Image UI element based on what you've set on the sprite variable
public Raise ( ) : void
return void

Property Details

spriteVariable public_oe property

public Scriptables.SpriteScriptable spriteVariable
return Scriptables.SpriteScriptable

targetImage public_oe property

public Image targetImage
return Image