ButtonIconSet.EditorDrawCharIconSelector Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
EditorDrawCharIconSelector(UInt32, UInt32, Int32) |
Draws a selectable grid of character icons. |
EditorDrawCharIconSelector(UInt32, Boolean, UInt32, Int32) |
Draws a selectable grid of character icons. |
Draws a selectable grid of character icons.
C#
public bool EditorDrawCharIconSelector (uint currentChar, out uint newChar, int indentLevel = 0);
member this.EditorDrawCharIconSelector : uint32 * uint32 * int -> bool
Public Function EditorDrawCharIconSelector (currentChar As UInteger, ByRef newChar As UInteger, Optional indentLevel As Integer = 0) As Boolean
Parameters
- currentChar
- UInt32
- newChar
- UInt32
- indentLevel
- Int32
Returns
True if a new icon was selected.
Applies to
MRTK2 Unity 2018 2.5.4 et autres versions
Produit | Versions |
---|---|
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 |
Draws a selectable grid of character icons.
C#
public bool EditorDrawCharIconSelector (uint currentChar, out bool foundChar, out uint newChar, int indentLevel = 0);
member this.EditorDrawCharIconSelector : uint32 * bool * uint32 * int -> bool
Public Function EditorDrawCharIconSelector (currentChar As UInteger, ByRef foundChar As Boolean, ByRef newChar As UInteger, Optional indentLevel As Integer = 0) As Boolean
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 et autres versions
Produit | Versions |
---|---|
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 |