24 Transform transform = b.
Attach<Transform>(
"figure", rightAttach:
false);
25 int idSkin = ((EClass.core.config.game.antiSpider && row.skinAntiSpider != 0) ? row.
skinAntiSpider : 0);
26 row.
SetImage(transform.GetChild(0).GetComponent<Image>(),
null, 0, setNativeSize:
false, 0, idSkin);
34 return base.GetValue();
48 uIContextMenu.
AddSlider(
"actChangeType", (
float a) => a.ToString() ??
"",
owner.
refVal, delegate(
float b)
50 owner.refVal = (int)b;
51 }, 0f, source.tiles.Length - 1, isInt:
true);
bool TrySetAct(string lang, Func< bool > onPerform, Card tc, CursorInfo cursor=null, int dist=1, bool isHostileAct=false, bool localAct=true, bool canRepeat=false)
static SourceManager sources
void SetImage(Image image, Sprite sprite=null, int matCol=0, bool setNativeSize=true, int dir=0, int idSkin=0, Card card=null)
Dictionary< string, CardRow > map