TransformExtensions.IsParentOrChildOf(Transform, Transform) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if the provided transforms are child/parent related.
C++
public:
[System::Runtime::CompilerServices::Extension]
static bool IsParentOrChildOf(UnityEngine::Transform ^ transform1, UnityEngine::Transform ^ transform2);
public static bool IsParentOrChildOf (this UnityEngine.Transform transform1, UnityEngine.Transform transform2);
static member IsParentOrChildOf : UnityEngine.Transform * UnityEngine.Transform -> bool
<Extension()>
Public Function IsParentOrChildOf (transform1 As Transform, transform2 As Transform) As Boolean
- transform1
- UnityEngine.Transform
- transform2
- UnityEngine.Transform
True if either transform is the parent of the other or if they are the same
Produit | Versions |
---|---|
MRTK2 Unity 2018 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0 |
MRTK2 Unity 2019 | 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |
MRTK2 Unity 2020 | 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0 |