Class ShowChildrenInBoundsAction
Enables any child objects that are within the planar bounds of the proxy.
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.MARS.Actions
Assembly: Unity.MARS.dll
Syntax
[ComponentTooltip("Enables any child objects that are within the planar bounds of the proxy.")]
[DisallowMultipleComponent]
[MonoBehaviourComponentMenu(typeof(ShowChildrenInBoundsAction), "Action/Show Objects In Bounds")]
[MovedFrom("Unity.MARS")]
public class ShowChildrenInBoundsAction : MonoBehaviour, IMatchVisibilityHandler, IAction, ISimulatable, IUsesMARSTrackableData<MRPlane>, IUsesCameraOffset, IFunctionalitySubscriber<IProvidesCameraOffset>, IFunctionalitySubscriber, IRequiresTraits
Methods
GetRequiredTraits()
Get the TraitRequirements that are required by this object
Declaration
public TraitRequirement[] GetRequiredTraits()
Returns
Type | Description |
---|---|
TraitRequirement[] | The required traits |
Implements
Unity.XRTools.ModuleLoader.IFunctionalitySubscriber<TProvider>
Unity.XRTools.ModuleLoader.IFunctionalitySubscriber