The ConstraintWorldPoint type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ConstraintWorldPoint()()()() |
Constructor
|
![]() | ConstraintWorldPoint(Body, Vector3, Vector3) |
Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | Apply |
Apply
(Overrides Constraint..::..Apply(Single).) |
![]() | Destroy |
Destroy - sets body = null; calls DisableConstraint()
(Overrides Constraint..::..Destroy()()()().) |
![]() | DisableConstraint |
Deregister from the physics system
(Inherited from Constraint.) |
![]() | EnableConstraint |
Register with the physics system.
(Inherited from Constraint.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Initialise |
Initialise
|
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | PreApply |
PreApply
(Overrides Constraint..::..PreApply(Single).) |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Body |
Gets body
|
![]() | IsConstraintEnabled |
Are we registered with the physics system?
(Inherited from Constraint.) |
![]() | Satisfied |
Derived class should call this when Apply has been called on
this constraint.
(Inherited from Constraint.) |
![]() | WorldPosition |
Gets or Set worldPosition
|