Class SharedVolumeProfile
A component that manages an instance of
Inherited Members
UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsSortMode)
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsInactive, UnityEngine.FindObjectsSortMode)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
UnityEngine.Object.FindFirstObjectByType<T>()
UnityEngine.Object.FindAnyObjectByType<T>()
UnityEngine.Object.FindFirstObjectByType<T>(UnityEngine.FindObjectsInactive)
UnityEngine.Object.FindAnyObjectByType<T>(UnityEngine.FindObjectsInactive)
Namespace: Unity.LiveCapture.Cameras
Syntax
[ExecuteAlways]
[ExcludeFromPreset]
[AddComponentMenu("")]
[RequireComponent(typeof(Camera))]
[HelpURL("https://docs.unity.cn/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.