Class LanguageIconSet
Inheritance
LanguageIconSet
Assembly: Unity.VisualScripting.Core.Editor.dll
Syntax
public class LanguageIconSet
Constructors
LanguageIconSet(string)
Declaration
public LanguageIconSet(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
internal
Declaration
public EditorTexture @internal { get; }
Property Value
private
Declaration
public EditorTexture @private { get; }
Property Value
protected
Declaration
public EditorTexture @protected { get; }
Property Value
public
Declaration
public EditorTexture @public { get; }
Property Value
Methods
Load(string)
Declaration
public static LanguageIconSet Load(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Returns
Extension Methods