Exemplo n.º 1
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(UnityTypes.Image?.ClrType, "overrideSprite")?.GetSetMethod());
 }
Exemplo n.º 2
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(UnityTypes.CubismRenderer.ClrType, "MainTexture")?.GetSetMethod());
 }
Exemplo n.º 3
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(typeof(Material), "mainTexture")?.GetSetMethod());
 }
Exemplo n.º 4
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(typeof(Image), "material")?.GetSetMethod());
 }
Exemplo n.º 5
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(UnityTypes.SpriteRenderer?.ClrType, "sprite")?.GetSetMethod());
 }
Exemplo n.º 6
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(UnityTypes.UIPanel.ClrType, "clipTexture")?.GetSetMethod());
 }
Exemplo n.º 7
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(UnityTypes.TextArea2D.ClrType, "TextData")?.GetSetMethod());
 }
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(UnityTypes.TextAsset?.ClrType, "bytes")?.GetGetMethod());
 }
Exemplo n.º 9
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(ClrTypes.UIAtlas, "spriteMaterial")?.GetSetMethod());
 }
Exemplo n.º 10
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(UnityTypes.TextField?.ClrType, "htmlText")?.GetSetMethod());
 }
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(typeof(TextAsset), "text").GetGetMethod());
 }
Exemplo n.º 12
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(ClrTypes.UILabel, "trueTypeFont")?.GetSetMethod());
 }
Exemplo n.º 13
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(ClrTypes.UIFont, "dynamicFont")?.GetSetMethod());
 }
Exemplo n.º 14
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(typeof(RawImage), "texture")?.GetSetMethod());
 }
Exemplo n.º 15
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(UnityTypes.RawImage?.ClrType, "texture")?.GetSetMethod());
 }
Exemplo n.º 16
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(ClrTypes.UITexture, "material")?.GetSetMethod());
 }
Exemplo n.º 17
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(UnityTypes.UI2DSprite?.ClrType, "material")?.GetSetMethod());
 }
Exemplo n.º 18
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(ClrTypes.UI2DSprite, "sprite2D")?.GetSetMethod());
 }
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(UnityTypes.TMP_Text.ClrType, "text")?.GetGetMethod());
 }
Exemplo n.º 20
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(ClrTypes.Sprite, "texture")?.GetGetMethod());
 }
Exemplo n.º 21
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(UnityTypes.UguiNovelTextGenerator?.ClrType, "LengthOfView").GetSetMethod(true));
 }
Exemplo n.º 22
0
 static MethodBase TargetMethod(object instance)
 {
     return(AccessToolsShim.Property(typeof(Image), "overrideSprite")?.GetSetMethod());
 }