コード例 #1
0
ファイル: AbcAPI.cs プロジェクト: superowner/AlembicImporter
 [DllImport("abci")] public static extern void            aiPropertyGetData(aiProperty prop, aiPropertyData o_data);
コード例 #2
0
ファイル: AbcAPI.cs プロジェクト: superowner/AlembicImporter
 [DllImport("abci")] public static extern aiPropertyType  aiPropertyGetType(aiProperty prop);
コード例 #3
0
ファイル: AbcAPI.cs プロジェクト: superowner/AlembicImporter
 [DllImport("abci")] public static extern IntPtr          aiPropertyGetNameS(aiProperty prop);
コード例 #4
0
 [DllImport("AlembicImporter")] public static extern void            aiPropertyGetData(aiProperty prop, aiPropertyData o_data);
コード例 #5
0
 [DllImport("AlembicImporter")] public static extern aiPropertyType  aiPropertyGetType(aiProperty prop);
コード例 #6
0
 [DllImport("AlembicImporter")] public static extern IntPtr          aiPropertyGetNameS(aiProperty prop);