public VFX.VFXSpawnerState GetSpawnSystemInfo (int nameID);
public VFX.VFXSpawnerState GetSpawnSystemInfo (string name);

Parámetros

nameIDThe system ID. This is the same ID that Shader.PropertyToID returns.
nameThe name of the spawn system.

Valor de retorno

VFXSpawnerState A VFXSpawnerState instance.

Descripción

Gets state on a spawn system.


public void GetSpawnSystemInfo (int nameID, VFX.VFXSpawnerState spawnState);

Parámetros

nameIDThe system ID. This is the same ID that Shader.PropertyToID returns.
spawnStateA modified VFXSpawnerState instance.

Descripción

Gets state on a spawn system.

Use VFXSpawnerState as parameter to avoid an allocation.