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