Version 3.3.0.1

SdfIcon struct

Namespace: Sirenix.OdinInspector.Editor
Assembly: Sirenix.Utilities.Editor
public struct SdfIcon

Constructors

SdfIcon(Int32, Char, Int32, Int32, SdfUvRect, Single)
public SdfIcon(int index, char char, int width, int height, SdfUvRect uv, float edgeOffset = 0F)
Parameters
System.Int32 index

System.Char char

System.Int32 width

System.Int32 height

SdfUvRect uv

System.Single edgeOffset

Fields

Char
public char Char
EdgeOffset
public float EdgeOffset
Height
public int Height
Index
public int Index
Uv
public SdfUvRect Uv
Width
public int Width

Properties

Name
public string Name { get; }