Namespace: | Sirenix.OdinInspector.Editor |
Assembly: | Sirenix.Utilities.Editor |
public struct SdfIcon
public SdfIcon(int index, char char, int width, int height, SdfUvRect uv, float edgeOffset = 0F)
System.Int32 | index | |
System.Char | char | |
System.Int32 | width | |
System.Int32 | height | |
SdfUvRect | uv | |
System.Single | edgeOffset |
public char Char
public float EdgeOffset
public int Height
public int Index
public SdfUvRect Uv
public int Width
public string Name { get; }