Interface to Tiles set up as UiControls.
More...
|
| void | SetValue (object value, bool withNotify=true) |
| | Set c# object Value.
|
| bool | RunEffect (UiEffect effectType, float duration, Vector3? endPoint=null, Color? endColor=null) |
| | Run an effect on the control, if implemented.
|
Interface to Tiles set up as UiControls.
◆ RunEffect()
| bool TilePlus.ITpUiControl.RunEffect |
( |
UiEffect | effectType, |
|
|
float | duration, |
|
|
Vector3? | endPoint = null, |
|
|
Color? | endColor = null ) |
Run an effect on the control, if implemented.
- Parameters
-
| effectType | Value from UiEffect enum |
| duration | duration of the effect. |
| endPoint | endpoint for V3 type effects |
| endColor | endpoint for Color type effects |
- Returns
- false if unimplemented.
◆ SetValue()
| void TilePlus.ITpUiControl.SetValue |
( |
object | value, |
|
|
bool | withNotify = true ) |
Set c# object Value.
- Parameters
-
| value | c# object (or boxed UnityEngine.Object) value |
| withNotify | permit notification if appropriate |
◆ AcceptsClicks
| bool TilePlus.ITpUiControl.AcceptsClicks |
|
get |
Does this tile accept clicks?
◆ AcceptsHover
| bool TilePlus.ITpUiControl.AcceptsHover |
|
get |
Does this tile accept hover?
◆ GetBoolValue
| bool TilePlus.ITpUiControl.GetBoolValue |
|
get |
◆ GetCharValue
| char TilePlus.ITpUiControl.GetCharValue |
|
get |
◆ GetIntValue
| int TilePlus.ITpUiControl.GetIntValue |
|
get |
◆ GetStringValue
| string TilePlus.ITpUiControl.GetStringValue |
|
get |
◆ GetValue
| object TilePlus.ITpUiControl.GetValue |
|
get |
◆ SupportedEffects
| UiEffect TilePlus.ITpUiControl.SupportedEffects |
|
get |
Returns a value from the FLAGS enum UiEffect, shows the controls effect capabilities.
The documentation for this interface was generated from the following file:
- /Users/jms/Documents/Tpt_55/TPT55/Assets/Plugins/TilePlus/Runtime/Interface/ITpUiControl.cs