|
|
The ClashTest type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
ClashTest |
Create a clash test.
|
Methods
| Name | Description | |
|---|---|---|
|
|
CreateCopy |
Create a new copy of this item
(Inherited from SavedItem.) |
|
|
CreateCopyWithoutChildren |
Create a new copy of this item without its child-items
(Inherited from GroupItem.) |
|
|
CreateNewInstance |
Create a new item of the same type as this item
(Inherited from SavedItem.) |
|
|
CreateUniqueCopy |
Create an unique copy of item
(Inherited from SavedItem.) |
|
|
Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from NativeHandle.) |
|
|
Dispose(Boolean) | (Inherited from NativeHandle.) |
|
|
Equals |
Determines whether the specified object and the current object refer to the same
underlying native object. Returns false if either object has been disposed.
(Inherited from NativeHandle.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from NativeHandle.) |
|
|
GetHashCode | (Inherited from NativeHandle.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
MakeDisplayNameUnique(GroupItem) |
Makes a name unique within the immediate children on the group
(Inherited from SavedItem.) |
|
|
MakeDisplayNameUnique(GroupItem, String) |
Makes a name unique within the immediate children on the group
(Inherited from SavedItem.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
ToString | (Inherited from NativeHandle.) |
Properties
| Name | Description | |
|---|---|---|
|
|
AnimatorSimulation |
The animator animation to be used (if SimulationType is Animator).
|
|
|
Children |
Children of the group
(Inherited from GroupItem.) |
|
|
Comments |
Comments about the item
(Inherited from SavedItem.) |
|
|
CustomTestName |
The name of the custom test.
|
|
|
DisplayName |
Name for item as displayed in the GUI
(Inherited from SavedItem.) |
|
|
Guid |
Globally Unique Id for item
(Inherited from SavedItem.) |
|
|
IgnoreRules |
The ignore rules that effect the test.
|
|
|
IsDisposed |
Gets a value indicating whether the object has been disposed and is no longer available.
(Inherited from NativeHandle.) |
|
|
IsGroup |
True if this item is a GroupItem
(Inherited from SavedItem.) |
|
|
IsReadOnly | (Overrides GroupItem..::..IsReadOnly.) |
|
|
LastRun |
The latest time the Test had been executed. Null if the test has not been executed since created or reset.
|
|
|
MergeComposites |
Whether to simplify clashes to one per pair of composite items
|
|
|
Parent |
Parent of this item. Null if item has no parent
(Inherited from SavedItem.) |
|
|
SelectionA |
The settings for selection-A in the test.
|
|
|
SelectionB |
The settings for selection-B in the test.
|
|
|
SimulationStep |
The simulation step (in seconds). Results are equivalent to repeating the test at this interval throughout the simulation.
|
|
|
SimulationType |
The simulation type to be run during the test.
|
|
|
Status |
The status of the test.
|
|
|
TestType |
The type of test.
|
|
|
Tolerance |
The required separation or allowed overlap depending on test type.
|