コード例 #1
0
 public void EnableSmoothGrabbing()
 {
     Native.AccessPropertyAsBool(this, Native.Property.BodyEnableSmoothGrabbing, Native.Mode.Call, true);
 }
コード例 #2
0
 public void GenerateDefaultClickAnchors()
 {
     Native.AccessPropertyAsBool(this, Native.Property.BodyGenerateDefaultClickAnchors, Native.Mode.Call, true);
 }