docs.unity3d.com
    目次を表示する/隠す

    Interface IGroupCollection

    Holds a collection of IGroup.

    Namespace: UnityEditor.Localization.Plugins.XLIFF.Common
    Syntax
    public interface IGroupCollection

    Properties

    GroupCount

    Returns the number of groups in the collection.

    Declaration
    int GroupCount { get; }
    Property Value
    Type Description
    Int32

    Methods

    AddGroup(IGroup)

    Adds the group to the collection.

    Declaration
    void AddGroup(IGroup grp)
    Parameters
    Type Name Description
    IGroup grp

    The group to add to the collection.

    AddNewGroup()

    Adds a new group to the collection and returns it.

    Declaration
    IGroup AddNewGroup()
    Returns
    Type Description
    IGroup

    The newly created group.

    GetGroup(Int32)

    Returns the group for the index.

    Declaration
    IGroup GetGroup(int index)
    Parameters
    Type Name Description
    Int32 index

    The index of the group to return.

    Returns
    Type Description
    IGroup

    The requested group or null if one does not exist.

    RemoveGroup(IGroup)

    Removes the group from the collection.

    Declaration
    void RemoveGroup(IGroup grp)
    Parameters
    Type Name Description
    IGroup grp

    The group to remove.

    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)