Template:I Sprite: Difference between revisions
Jump to navigation
Jump to search
TomEdwards (talk | contribs) mNo edit summary |
(updates) |
||
Line 1: | Line 1: | ||
{{minititle|Sprite}} | |||
{{IO|SetScale|param=float|Sets '''Scale'''.}} | |||
{{IO|HideSprite|Makes the sprite invisible.}} | |||
{{IO|ShowSprite|Makes sprite visible.}} | |||
{{IO|ToggleSprite|Make sprite invisible or visible depending on the current state.}} | |||
{{IO|ColorRedValue|param=float|Change the intensity of the red channel (0-255).}} | |||
{{IO|ColorGreenValue|param=float|Change the intensity of the green channel (0-255).}} | |||
{{IO|ColorBlueValue|param=float|Change the intensity of the blue channel (0-255).}} | |||
{{ | |||
{{ | |||
}} |
Revision as of 12:22, 2 October 2018
Sprite:
- SetScale <float>
- Sets Scale.
- HideSprite
- Makes the sprite invisible.
- ShowSprite
- Makes sprite visible.
- ToggleSprite
- Make sprite invisible or visible depending on the current state.
- ColorRedValue <float>
- Change the intensity of the red channel (0-255).
- ColorGreenValue <float>
- Change the intensity of the green channel (0-255).
- ColorBlueValue <float>
- Change the intensity of the blue channel (0-255).