Version: 2021.3
언어: 한국어

VisualEffect.GetSpawnSystemInfo

매뉴얼로 전환
public VFX.VFXSpawnerState GetSpawnSystemInfo (string name);
public void GetSpawnSystemInfo (int nameID, VFX.VFXSpawnerState spawnState);

파라미터

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

설명

Gets state on a spawn system.

Use VFXSpawnerState as parameter to avoid an allocation.