|
MeshBaker
|
Inherits UnityTest.ComparerBase.
Public Types | |
| enum | CompareType { CompareType.AEqualsB, CompareType.ANotEqualsB } |
Public Types inherited from UnityTest.ComparerBase | |
| enum | CompareToType { CompareToType.CompareToObject, CompareToType.CompareToConstantValue, CompareToType.CompareToNull } |
Public Attributes | |
| CompareType | compareType |
Public Attributes inherited from UnityTest.ComparerBase | |
| CompareToType | compareToType = CompareToType.CompareToObject |
| GameObject | other |
| string | otherPropertyPath = "" |
Public Attributes inherited from UnityTest.ActionBase | |
| GameObject | go |
| string | thisPropertyPath = "" |
Protected Member Functions | |
| override bool | Compare (object a, object b) |
Protected Member Functions inherited from UnityTest.ComparerBase | |
| override bool | Compare (object objValue) |
Additional Inherited Members | |
Public Member Functions inherited from UnityTest.ComparerBase | |
| virtual Type [] | GetAccepatbleTypesForB () |
| virtual object | GetDefaultConstValue () |
| override string | GetFailureMessage () |
Public Member Functions inherited from UnityTest.ActionBase | |
| virtual Type [] | GetAccepatbleTypesForA () |
| virtual int | GetDepthOfSearch () |
| virtual string [] | GetExcludedFieldNames () |
| bool | Compare () |
| virtual Type | GetParameterType () |
| virtual string | GetConfigurationDescription () |
| ActionBase | CreateCopy (GameObject oldGameObject, GameObject newGameObject) |
| virtual void | Fail (AssertionComponent assertion) |
Protected Attributes inherited from UnityTest.ComparerBase | |
| object | m_ObjOtherVal |
Protected Attributes inherited from UnityTest.ActionBase | |
| object | m_ObjVal |
Properties inherited from UnityTest.ComparerBase | |
| virtual object | ConstValue [get, set] |
Properties inherited from UnityTest.ActionBase | |
| virtual bool | UseCache [get] |
|
strong |
|
protectedvirtual |
Implements UnityTest.ComparerBase.
| CompareType UnityTest.GeneralComparer.compareType |
1.8.12