Exemplo n.º 1
0
 // expressions to be customized programatically
 public override void OnSetFace(ChaControl chara, int kind, int action, ref FaceListCtrl.FaceInfo fa)
 {
     print($"[SetFace] chara: {chara.name} kind: {kind} action: {action}");
     print($"id={fa.id} name={fa.name} eyebrow={fa.eyebrow} eye={fa.eye} openmaxeye={fa.openMaxEye} mouth={fa.mouth} openminmouth={fa.openMinMouth} tears={fa.tears} cheek={fa.cheek} highlight={fa.highlight} eyesblink={fa.eyesblink} yure={fa.yure}");
 }
Exemplo n.º 2
0
 public virtual void OnSetFace(ChaControl chara, int kind, int action, ref FaceListCtrl.FaceInfo fa)
 {
 }