Class HDRPCameraBinder
Camera parameter binding helper class.
네임스페이스: UnityEngine.VFX.Utility
어셈블리: solution.dll
구문
[VFXBinderAttribute]
public class HDRPCameraBinder : VFXBinderBase
필드
이름 | 설명 |
---|---|
AdditionalData | Camera HDRP additional data. |
메서드
이름 | 설명 |
---|---|
IsValid(VisualEffect) | Returns true if the Visual Effect and the configuration of the binder are valid to perform the binding. |
OnDisable() | OnDisable implementation. |
OnEnable() | OnEnable implementation. |
SetCameraProperty(string) | Set a camera property. |
ToString() | To string implementation. |
UpdateBinding(VisualEffect) | Update bindings for a visual effect. |