Class SImageOptions
Inheritance
SImageOptions
Namespace: SUI
Assembly: SonsSdk.dll
Syntax
public class SImageOptions : SUiElement<SImageOptions, Texture>
Constructors
SImageOptions(GameObject)
Declaration
public SImageOptions(GameObject root)
Parameters
| Type |
Name |
Description |
| GameObject |
root |
|
Fields
ImageObject
Declaration
public RawImage ImageObject
Field Value
| Type |
Description |
| RawImage |
|
Methods
OnObservaleChanged(Texture)
Declaration
protected override void OnObservaleChanged(Texture value)
Parameters
| Type |
Name |
Description |
| Texture |
value |
|
Overrides
Texture(Texture)
Declaration
public SImageOptions Texture(Texture texture)
Parameters
| Type |
Name |
Description |
| Texture |
texture |
|
Returns