Class AssetReferenceManagerWindow
Inheritance
System.Object
AssetReferenceManagerWindow
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Bayat.Core.Editor.dll
Syntax
public class AssetReferenceManagerWindow : EditorWindowWrapper
Fields
|
Improve this Doc
View Source
itemsCount
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ItemsPerPage
Declaration
public const int ItemsPerPage = 17
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
offsetIndex
Declaration
protected int offsetIndex
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
pageCount
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
pageIndex
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
removeIndex
Declaration
protected int removeIndex
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
removeKey
Declaration
protected string removeKey
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
protected Vector2 scrollPosition
Field Value
Type |
Description |
UnityEngine.Vector2 |
|
Methods
|
Improve this Doc
View Source
Declaration
protected override void ConfigureWindow()
Overrides
|
Improve this Doc
View Source
OnGUI()
Declaration
public override void OnGUI()
Overrides
|
Improve this Doc
View Source
Show()
Declaration