Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

SubstanceImporter.ExportPreset

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual
public function ExportPreset(material: ProceduralMaterial, exportPath: string): void;
public void ExportPreset(ProceduralMaterial material, string exportPath);

Parámetros

material The ProceduralMaterial whose preset string will be saved.
exportPath Path to a folder where the preset file will be saved. The folder will be created if it doesn't already exist.

Descripción

Export a XML preset string with the value of all parameters of a given ProceduralMaterial to the specified folder.

The preset file will be named after the ProceduralMaterial's name, with a .sbsprs extension. These files can be used in the Substance Player.