コード例 #1
0
 public PJoint()
 {
     type = Physics.PJointType.NULL_JOINT;
 }
コード例 #2
0
ファイル: PJoint.cs プロジェクト: keppelcao/LGame
		public PJoint() {
			type = Physics.PJointType.NULL_JOINT;
		}