Exemple #1
0
        internal FragmentImporter(GameObject parent, FragmentsImporter.CallBack callBack, bool randomizeTransform, bool copyVerticesToTexture)
        {
            Parent   = parent;
            CallBack = callBack;

            this.RandomizeTransform    = randomizeTransform;
            this.CopyVerticesToTexture = copyVerticesToTexture;
        }
Exemple #2
0
 public FragmentImporter(GameObject parent, FragmentsImporter.CallBack callBack)
     : this(parent, callBack, false, false)
 {
 }