public static ProdRebellionWaringBackground Instantiate(ProdRebellionWaringBackground prefab, Transform parent)
        {
            ProdRebellionWaringBackground prodRebellionWaringBackground = Object.Instantiate <ProdRebellionWaringBackground>(prefab);

            prodRebellionWaringBackground.get_transform().set_parent(parent);
            prodRebellionWaringBackground.get_transform().localScaleOne();
            prodRebellionWaringBackground.get_transform().localScaleZero();
            return(prodRebellionWaringBackground);
        }
コード例 #2
0
        public static ProdRebellionWaringBackground Instantiate(ProdRebellionWaringBackground prefab, Transform parent)
        {
            ProdRebellionWaringBackground prodRebellionWaringBackground = Object.Instantiate(prefab);

            prodRebellionWaringBackground.transform.parent = parent;
            prodRebellionWaringBackground.transform.localScaleOne();
            prodRebellionWaringBackground.transform.localScaleZero();
            return(prodRebellionWaringBackground);
        }