Search Results for

    Show / Hide Table of Contents

    Property Item

    Item[Int32]

    Gets the EntityBone at the specified bone index.

    Declaration
    public EntityBone this[int boneIndex] { get; }
    Parameters
    Type Name Description
    System.Int32 boneIndex

    The bone index.

    Property Value
    Type Description
    EntityBone

    Item[String]

    Gets the EntityBone with the specified bone name.

    Declaration
    public EntityBone this[string boneName] { get; }
    Parameters
    Type Name Description
    System.String boneName

    Name of the bone.

    Property Value
    Type Description
    EntityBone
    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX