22 Transform transform = b.
Attach<Transform>(
"figure", rightAttach:
false);
23 obj.
SetImage(transform.GetChild(0).GetComponent<Image>(),
null, 0, setNativeSize:
false);
31 return base.GetValue();
45 uIContextMenu.
AddSlider(
"actChangeType", (
float a) => a.ToString() ??
"",
owner.
refVal, delegate(
float b)
47 owner.refVal = (int)b;
48 }, 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)
Dictionary< string, CardRow > map