GridUiImageSettings
Note
Preview API. Public and supported for evaluation, but its contract may change in a future release.
| Contract | Value |
|---|---|
| Assembly | LostLily.GridToolkit.Visualization.UI |
| Namespace | LostLily.GridToolkit.Visualization.UI |
| Kind | struct |
| Tier | Preview |
| Roles | CustomerWorkflow, SerializedContract |
| Validated version | 1.0.0 |
Declaration
type struct LostLily.GridToolkit.Visualization.UI.GridUiImageSettings
Public members
Methods
System.Boolean TryValidate(UnityEngine.Sprite,out System.String)
System.Void .ctor(UnityEngine.UI.Image.Type,System.Boolean,System.Boolean,System.Boolean,System.Single,UnityEngine.UI.Image.FillMethod,System.Int32,System.Single,System.Boolean,System.Boolean,UnityEngine.Vector4)
Properties
LostLily.GridToolkit.Visualization.UI.GridUiImageSettings Default { get; }
System.Boolean FillCenter { get; }
System.Boolean FillClockwise { get; }
System.Boolean Maskable { get; }
System.Boolean PreserveAspect { get; }
System.Boolean UseSpriteMesh { get; }
System.Int32 FillOrigin { get; }
System.Int64 ContentRevision { get; }
System.Single FillAmount { get; }
System.Single PixelsPerUnitMultiplier { get; }
UnityEngine.UI.Image.FillMethod FillMethod { get; }
UnityEngine.UI.Image.Type ImageType { get; }
UnityEngine.Vector4 RaycastPadding { get; }
Versioning
Generated from the public Grid Toolkit 1.0.0 API metadata. Use the tier above when deciding how strongly to couple your project to this contract.