• R/O
  • SSH
  • HTTPS

mmdx: Commit


Commit MetaInfo

Revision917 (tree)
Time2011-12-02 01:53:45
Authorwilfrem

Log Message

ボーンが物理エンジン影響下かどうかを外部から取得できるようにした

Change Summary

Incremental Difference

--- trunk/MikuMikuDanceCore/Model/MMDBone.cs (revision 916)
+++ trunk/MikuMikuDanceCore/Model/MMDBone.cs (revision 917)
@@ -51,7 +51,7 @@
5151 /// <summary>
5252 /// 物理影響下のフラグ
5353 /// </summary>
54- internal bool IsPhysics;
54+ public bool IsPhysics { get; internal set; }
5555 /// <summary>
5656 /// コンストラクタ
5757 /// </summary>
Show on old repository browser