Skip to content

UISection

ClassAssetInventoryAssetInventory.Editor
[Serializable]
public sealed class UISection

No description is available for this type.

public string name

No description is available for this member.

Returns

System.String — No return description is available.

public List<string> sections

No description is available for this member.

Returns

System.Collections.Generic.List{System.String} — No return description is available.

public UISection()

No description is available for this member.

public bool IsFirst(string key)

No description is available for this member.

Parameters

Name Type Description
key System.String

Returns

System.Boolean — No return description is available.

public bool IsLast(string key)

No description is available for this member.

Parameters

Name Type Description
key System.String

Returns

System.Boolean — No return description is available.

public void MoveUp(string key)

No description is available for this member.

Parameters

Name Type Description
key System.String
public void MoveDown(string key)

No description is available for this member.

Parameters

Name Type Description
key System.String
public override string ToString()

No description is available for this member.

Returns

System.String — No return description is available.