Class IsPlaneCondition
Represents a situation that depends on the existence of a plane
Inherited Members
Namespace: Unity.MARS
Syntax
[ComponentTooltip("Requires the object to be a plane.")]
[MonoBehaviourComponentMenu(typeof(IsPlaneCondition), "Condition/Trait/Plane")]
public class IsPlaneCondition : SimpleTagCondition, ISimulatable, ISemanticTagCondition, ICondition<bool>, ICondition, IConditionBase, IRequiresTraits<bool>, IRequiresTraits, ICreateFromData
Methods
GetRequiredTraits()
Declaration
public override TraitRequirement[] GetRequiredTraits()
Returns
Type | Description |
---|---|
TraitRequirement[] |