Click or drag to resize

Constraint Class

Represents a constraint group for requirements
Inheritance Hierarchy

Namespace:  ImmerseSDK.Interaction
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public abstract class Constraint : UnityEngine.ScriptableObject

The Constraint type exposes the following members.

Constructors
  NameDescription
Protected methodConstraint
Initializes a new instance of the Constraint class
Top
Properties
Methods
  NameDescription
Public methodIsMet
Evaluates the constraint(s)
Top
See Also