Version: 2022.2
언어: 한국어

VisualEffect.outputEventReceived

매뉴얼로 전환
public Action<VFXOutputEventArgs> outputEventReceived ;

설명

Output event are reported trough this callback.

If you need to store the VFXEventAttribute in the VisualEffect.OutputEventArgs, use the copy constructor of VFXEventAttribute or retrieve the value immediately. This is necessary because Unity recycles the VFXEventAttribute.