private static void GetMethodsAndPropertiesWhichUseAnimatorControllerInfoType() { TypeFinder.GetMethodsReturningType(typeof(UnityEditor.Animations.AnimatorController)); }
private static void GetMethodsAndPropertiesWhichUseDownloadHandlerAssetBundleType() { TypeFinder.GetMethodsReturningType(typeof(DownloadHandlerAssetBundle)); }
private static void GetReturnTypesFromTilemapCollider2D() { MethodPropertyFieldPrinter.GetAllReturningTypes(typeof(TilemapCollider2D)); TypeFinder.GetMethodsReturningType(typeof(TilemapCollider2D)); }
private static void GetReturnTypesFromITilemap() { MethodPropertyFieldPrinter.GetAllReturningTypes(typeof(ITilemap)); TypeFinder.GetMethodsReturningType(typeof(ITilemap)); }
private static void GetMethodsAndPropertiesWhichUseSceneType() { TypeFinder.GetMethodsReturningType(typeof(Scene)); }
private static void GetReturnTypesFromSpriteMask() { MethodPropertyFieldPrinter.GetAllReturningTypes(typeof(SpriteMask)); TypeFinder.GetMethodsReturningType(typeof(SpriteMask)); }
private static void GetMethodsAndPropertiesWhichUseAvatarMaskBodyPartType() { TypeFinder.GetMethodsReturningType(typeof(AvatarMaskBodyPart)); }
private static void GetMethodsAndPropertiesWhichUseRigidbodyType() { TypeFinder.GetMethodsReturningType(typeof(Transform)); }
private static void GetMethodsAndPropertiesWhichUseHumanLimitype() { TypeFinder.GetMethodsReturningType(typeof(HumanLimit)); }
private static void GetMethodsAndPropertiesWhichUseAvatarIKGoalType() { TypeFinder.GetMethodsReturningType(typeof(AvatarIKGoal)); }
private static void GetMethodsAndPropertiesWhichUseAnimationCurveType() { TypeFinder.GetMethodsReturningType(typeof(AnimationCurve)); }
private static void GetMethodsAndPropertiesWhichUseAnimatorTransitionInfoType() { TypeFinder.GetMethodsReturningType(typeof(AnimatorTransitionInfo)); }
private static void GetMethodsAndPropertiesWhichUseRuntimeAnimatorControllerType() { TypeFinder.GetMethodsReturningType(typeof(RuntimeAnimatorController)); }
private static void GetMethodsAndPropertiesWhichUseIEnumeratorType() { TypeFinder.GetMethodsReturningType(typeof(IEnumerator)); }
private static void GetMethodsAndPropertiesWhichUseStreamReaderType() { TypeFinder.GetMethodsReturningTypeDotNet(typeof(StreamReader)); }
private static void GetMethodsAndPropertiesWhichUseMatrix4x4Type() { TypeFinder.GetMethodsReturningType(typeof(Matrix4x4)); }
private static void GetMethodsAndPropertiesWhichUsebytetabType() { TypeFinder.GetMethodsReturningTypeDotNet(typeof(byte[])); }
private static void GetMethodsAndPropertiesWhichUseComponentType() { TypeFinder.GetMethodsReturningType(typeof(Component)); }
private static void GetMethodsAndPropertiesWhichUseTypeMemberInfo() { TypeFinder.GetMethodsReturningTypeDotNet(typeof(MemberInfo)); }
private static void GetMethodsAndPropertiesWhichUseGameObjectType() { TypeFinder.GetMethodsReturningType(typeof(GameObject)); }
private static void GetMethodsAndPropertiesWhichUseAssetBundleRequestType() { TypeFinder.GetMethodsReturningType(typeof(AssetBundleRequest)); }
private static void GetReturnTypesFromGridBrushBase() { MethodPropertyFieldPrinter.GetAllReturningTypes(typeof(GridBrushBase)); TypeFinder.GetMethodsReturningType(typeof(GridBrushBase)); }
private static void GetMethodsAndPropertiesWhichUseCachedAssetBundleType() { TypeFinder.GetMethodsReturningType(typeof(CachedAssetBundle)); }
private static void GetReturnTypesFromTileAnimationData() { MethodPropertyFieldPrinter.GetAllReturningTypes(typeof(TileAnimationData)); TypeFinder.GetMethodsReturningType(typeof(TileAnimationData)); }
private static void GetMethodsAndPropertiesWhichUseHash128Type() { TypeFinder.GetMethodsReturningType(typeof(Hash128)); }
static bool IsCorrectMethodForLog(MethodInfo mi, Type searchedType) { return(IsMethodNotFromSystemObject(mi.Name) && IsDeclarationType(searchedType, mi) && (!TypeFinder.IsObsolete(mi))); }
private static void GetMethodsAndPropertiesWhichUseQuaternionType() { TypeFinder.GetMethodsReturningType(typeof(Quaternion)); }