ButtonIconSet.EditorDrawCharIconSelector Method

Definition

Overloads

EditorDrawCharIconSelector(UInt32, UInt32, Int32)

Draws a selectable grid of character icons.

EditorDrawCharIconSelector(UInt32, Boolean, UInt32, Int32)

Draws a selectable grid of character icons.

EditorDrawCharIconSelector(UInt32, UInt32, Int32)

Draws a selectable grid of character icons.

C#
public bool EditorDrawCharIconSelector (uint currentChar, out uint newChar, int indentLevel = 0);

Parameters

currentChar
UInt32
newChar
UInt32
indentLevel
Int32

Returns

True if a new icon was selected.

Applies to

MRTK2 Unity 2018 2.5.4 i inne wersje
Produkt Wersje
MRTK2 Unity 2018 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4
MRTK2 Unity 2019 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4
MRTK2 Unity 2020 2.5.2, 2.5.3, 2.5.4

EditorDrawCharIconSelector(UInt32, Boolean, UInt32, Int32)

Draws a selectable grid of character icons.

C#
public bool EditorDrawCharIconSelector (uint currentChar, out bool foundChar, out uint newChar, int indentLevel = 0);

Parameters

currentChar
UInt32
foundChar
Boolean
newChar
UInt32
indentLevel
Int32

Returns

True if a new icon was selected.

Applies to

MRTK2 Unity 2018 2.7.0 i inne wersje
Produkt Wersje
MRTK2 Unity 2018 2.6.0, 2.7.0
MRTK2 Unity 2019 2.6.0, 2.7.0, 2.8.0
MRTK2 Unity 2020 2.6.0, 2.7.0, 2.8.0