Version: 2021.3
언어: 한국어

VFXManager

class in UnityEngine.VFX

매뉴얼로 전환

설명

Use this class to set a number of properties that control VisualEffect behavior within your Unity Project.

정적 변수

fixedTimeStepThe fixed interval in which the frame rate updates. The tick rate is in seconds.
maxDeltaTimeThe maximum allowed delta time for an update interval. This limit affects fixedDeltaTime and deltaTime. The tick rate is in seconds.

정적 함수

IsCameraBufferNeededQueries which buffers the VFX Manager needs for the given Camera.
PrepareCameraUse this method to prepare per-Camera VFX commands for this frame.
ProcessCameraUse this method to prepare and process per-Camera VFX commands for this frame.
ProcessCameraCommandUse this method to process per-Camera VFX commands for the current frame.
SetCameraBufferUse this method to set the buffer of a given type for this Camera. This allows the VFX Manager to use the buffer.