Beispiel #1
0
    //获取部件的绑定点
    public Transform GetPartBindPos(string bindName)
    {
        if (ComponentBind != null)
        {
            return(ComponentBind.GetComponentData <Transform>(bindName));
        }

        return(null);
    }