Ejemplo n.º 1
0
 /// <summary>
 /// duplicate settings to another object
 /// </summary>
 /// <param name="options">another object settings</param>
 public void DuplicateSettings(ExploderOption options)
 {
     options.Plane2D = Plane2D;
     options.CrossSectionVertexColor = CrossSectionVertexColor;
     options.CrossSectionUV          = CrossSectionUV;
     options.SplitMeshIslands        = SplitMeshIslands;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// duplicate settings to another object
 /// </summary>
 /// <param name="options">another object settings</param>
 public void DuplicateSettings(ExploderOption options)
 {
     options.Plane2D = Plane2D;
     options.CrossSectionVertexColor = CrossSectionVertexColor;
     options.CrossSectionUV = CrossSectionUV;
     options.SplitMeshIslands = SplitMeshIslands;
 }
Ejemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     exp = GetComponent <ExploderOption>();
 }