VisualEffect.GetSpawnSystemInfo

Declaration

public VFX.VFXSpawnerState GetSpawnSystemInfo(string name);

Declaration

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

Parameters

nameID The system ID. This is the same ID that Shader.PropertyToID returns.
spawnState A modified VFXSpawnerState instance.

Description

Gets state on a spawn system.

Use VFXSpawnerState as parameter to avoid an allocation.


Did you find this page useful? Please give it a rating: