Class SharedVolumeProfile
A component that manages an instance of VolumeProfile.
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.LiveCapture.Cameras
Assembly: Unity.LiveCapture.Cameras.dll
Syntax
[ExecuteAlways]
[ExcludeFromPreset]
[AddComponentMenu("")]
[RequireComponent(typeof(Camera))]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.live-capture@4.0/manual/ref-component-shared-volume-profile.html")]
public sealed class SharedVolumeProfile : MonoBehaviour
Remarks
This component guarantees that the profile instance is unique and that the GameObject can be duplicated safely, avoding the issue of multiple GameObjects sharing the same profile.