Esempio n. 1
0
 private static void GetMethodsAndPropertiesWhichUseAnimatorControllerInfoType()
 {
     TypeFinder.GetMethodsReturningType(typeof(UnityEditor.Animations.AnimatorController));
 }
Esempio n. 2
0
 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));
 }
Esempio n. 5
0
 private static void GetMethodsAndPropertiesWhichUseSceneType()
 {
     TypeFinder.GetMethodsReturningType(typeof(Scene));
 }
 private static void GetReturnTypesFromSpriteMask()
 {
     MethodPropertyFieldPrinter.GetAllReturningTypes(typeof(SpriteMask));
     TypeFinder.GetMethodsReturningType(typeof(SpriteMask));
 }
Esempio n. 7
0
 private static void GetMethodsAndPropertiesWhichUseAvatarMaskBodyPartType()
 {
     TypeFinder.GetMethodsReturningType(typeof(AvatarMaskBodyPart));
 }
Esempio n. 8
0
 private static void GetMethodsAndPropertiesWhichUseRigidbodyType()
 {
     TypeFinder.GetMethodsReturningType(typeof(Transform));
 }
Esempio n. 9
0
 private static void GetMethodsAndPropertiesWhichUseHumanLimitype()
 {
     TypeFinder.GetMethodsReturningType(typeof(HumanLimit));
 }
Esempio n. 10
0
 private static void GetMethodsAndPropertiesWhichUseAvatarIKGoalType()
 {
     TypeFinder.GetMethodsReturningType(typeof(AvatarIKGoal));
 }
Esempio n. 11
0
 private static void GetMethodsAndPropertiesWhichUseAnimationCurveType()
 {
     TypeFinder.GetMethodsReturningType(typeof(AnimationCurve));
 }
Esempio n. 12
0
 private static void GetMethodsAndPropertiesWhichUseAnimatorTransitionInfoType()
 {
     TypeFinder.GetMethodsReturningType(typeof(AnimatorTransitionInfo));
 }
Esempio n. 13
0
 private static void GetMethodsAndPropertiesWhichUseRuntimeAnimatorControllerType()
 {
     TypeFinder.GetMethodsReturningType(typeof(RuntimeAnimatorController));
 }
Esempio n. 14
0
 private static void GetMethodsAndPropertiesWhichUseIEnumeratorType()
 {
     TypeFinder.GetMethodsReturningType(typeof(IEnumerator));
 }
Esempio n. 15
0
 private static void GetMethodsAndPropertiesWhichUseStreamReaderType()
 {
     TypeFinder.GetMethodsReturningTypeDotNet(typeof(StreamReader));
 }
Esempio n. 16
0
 private static void GetMethodsAndPropertiesWhichUseMatrix4x4Type()
 {
     TypeFinder.GetMethodsReturningType(typeof(Matrix4x4));
 }
Esempio n. 17
0
 private static void GetMethodsAndPropertiesWhichUsebytetabType()
 {
     TypeFinder.GetMethodsReturningTypeDotNet(typeof(byte[]));
 }
Esempio n. 18
0
 private static void GetMethodsAndPropertiesWhichUseComponentType()
 {
     TypeFinder.GetMethodsReturningType(typeof(Component));
 }
Esempio n. 19
0
 private static void GetMethodsAndPropertiesWhichUseTypeMemberInfo()
 {
     TypeFinder.GetMethodsReturningTypeDotNet(typeof(MemberInfo));
 }
Esempio n. 20
0
 private static void GetMethodsAndPropertiesWhichUseGameObjectType()
 {
     TypeFinder.GetMethodsReturningType(typeof(GameObject));
 }
Esempio n. 21
0
 private static void GetMethodsAndPropertiesWhichUseAssetBundleRequestType()
 {
     TypeFinder.GetMethodsReturningType(typeof(AssetBundleRequest));
 }
 private static void GetReturnTypesFromGridBrushBase()
 {
     MethodPropertyFieldPrinter.GetAllReturningTypes(typeof(GridBrushBase));
     TypeFinder.GetMethodsReturningType(typeof(GridBrushBase));
 }
Esempio n. 23
0
 private static void GetMethodsAndPropertiesWhichUseCachedAssetBundleType()
 {
     TypeFinder.GetMethodsReturningType(typeof(CachedAssetBundle));
 }
 private static void GetReturnTypesFromTileAnimationData()
 {
     MethodPropertyFieldPrinter.GetAllReturningTypes(typeof(TileAnimationData));
     TypeFinder.GetMethodsReturningType(typeof(TileAnimationData));
 }
Esempio n. 25
0
 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)));
 }
Esempio n. 27
0
 private static void GetMethodsAndPropertiesWhichUseQuaternionType()
 {
     TypeFinder.GetMethodsReturningType(typeof(Quaternion));
 }