_backgroundStyle
: ImageStyle |
Signature
ImageStyle _backgroundStyle |
_canvas
: Canvas |
Signature
Canvas _canvas |
Background
: Background |
Signature
Background Background |
BackgroundStyle
: ImageStyle
[Set] |
The image style of the background, can specify the detailed properties such as sprite and color.
Signature
ImageStyle BackgroundStyle |
SphericalCoordinates
: Vector3
[Get][Set] |
The spherical coordinates of the panel.
As the panel is using the cylinder overlay shape for a curved panel effect, this coordinates would be converted to actual position of the panel on the overlay canvas.
Signature
Vector3 SphericalCoordinates |
OnHoverChanged
()
|
Signature
override void OnHoverChanged() Returns override void |
OnTransparencyChanged
()
|
Signature
override void OnTransparencyChanged() Returns override void |
SetExpectedPixelsPerUnit
(
pixelsPerUnit
, dynamicPixelsPerUnit
, referencePixelsPerUnit
)
|
Signature
void SetExpectedPixelsPerUnit(float pixelsPerUnit, float dynamicPixelsPerUnit, float referencePixelsPerUnit) Parameters pixelsPerUnit: floatdynamicPixelsPerUnit: floatreferencePixelsPerUnit: floatReturns void |
Setup
(
owner
)
|