コード例 #1
0
 def dbf_from_unity_object(self, obj):
     dbf = Dbf()
     dbf.populate_from_unity_object(obj)
     return dbf
コード例 #2
0
	def dbf_from_unity_object(self, obj):
		dbf = Dbf()
		dbf.populate_from_unity_object(obj)
		return dbf