C# Class UnityEditor.PresetLibraryEditorState

Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Méthodes publiques

Свойство Type Description
m_CurrrentLibrary string
m_HoverIndex int
m_Prefix string
m_PreviewHeight float
m_RenameOverlay RenameOverlay
m_ScrollPosition Vector2

Méthodes publiques

Méthode Description
GetItemViewMode ( string prefix ) : ItemViewMode
PresetLibraryEditorState ( string prefix ) : System
TransferEditorPrefsState ( bool load ) : void

Method Details

GetItemViewMode() public static méthode

public static GetItemViewMode ( string prefix ) : ItemViewMode
prefix string
Résultat ItemViewMode

PresetLibraryEditorState() public méthode

public PresetLibraryEditorState ( string prefix ) : System
prefix string
Résultat System

TransferEditorPrefsState() public méthode

public TransferEditorPrefsState ( bool load ) : void
load bool
Résultat void

Property Details

m_CurrrentLibrary public_oe property

public string m_CurrrentLibrary
Résultat string

m_HoverIndex public_oe property

public int m_HoverIndex
Résultat int

m_Prefix public_oe property

public string m_Prefix
Résultat string

m_PreviewHeight public_oe property

public float m_PreviewHeight
Résultat float

m_RenameOverlay public_oe property

public RenameOverlay,UnityEditor m_RenameOverlay
Résultat RenameOverlay

m_ScrollPosition public_oe property

public Vector2 m_ScrollPosition
Résultat Vector2