Exemplo n.º 1
0
 [DllImport("HairWorksIntegration")] private static extern IntPtr hwAssetGetTextureName(HAsset aid, int textureType);
Exemplo n.º 2
0
 [DllImport("HairWorksIntegration")] private static extern IntPtr    hwAssetGetBoneName(HAsset aid, int nth);
Exemplo n.º 3
0
 public static string hwAssetGetBoneNameString(HAsset aid, int nth)
 {
     return(Marshal.PtrToStringAnsi(hwAssetGetBoneName(aid, nth)));
 }
Exemplo n.º 4
0
 private static extern IntPtr hwAssetGetBoneName(HAsset aid, int nth);
Exemplo n.º 5
0
 [DllImport("HairWorksIntegration")] public static extern int        hwAssetGetNumBones(HAsset aid);
Exemplo n.º 6
0
 [DllImport("HairWorksIntegration")] public static extern void       hwAssetGetBoneWeights(HAsset aid, ref Vector4 o_weight);
Exemplo n.º 7
0
 [DllImport("HairWorksIntegration")] public static extern void       hwAssetGetDefaultDescriptor(HAsset aid, ref Descriptor o_desc);
Exemplo n.º 8
0
 public static extern int hwAssetGetNumBones(HAsset aid);
Exemplo n.º 9
0
 public static extern Bool hwAssetRelease(HAsset aid);
Exemplo n.º 10
0
 public static extern void hwAssetGetBoneWeights(HAsset aid, ref Vector4 o_weight);
Exemplo n.º 11
0
 public static extern void hwAssetGetDefaultDescriptor(HAsset aid, ref Descriptor o_desc);
Exemplo n.º 12
0
 public static string hwAssetGetBoneNameString(HAsset aid, int nth)
 {
     return Marshal.PtrToStringAnsi(hwAssetGetBoneName(aid, nth));
 }
Exemplo n.º 13
0
 public static extern void hwAssetGetBoneIndices(HAsset aid, ref Vector4 o_indices);
Exemplo n.º 14
0
 public static extern void hwAssetGetBindPose(HAsset aid, int nth, ref Matrix4x4 o_bindpose);
Exemplo n.º 15
0
 public static string hwAssetGetTextureNameString(HAsset aid, int textureType)
 {
     return(Marshal.PtrToStringAnsi(hwAssetGetTextureName(aid, textureType)));
 }
Exemplo n.º 16
0
 public static extern Bool hwAssetReload(HAsset aid);
Exemplo n.º 17
0
 [DllImport("HairWorksIntegration")] public static extern void       hwAssetGetBoneIndices(HAsset aid, ref Vector4 o_indices);
Exemplo n.º 18
0
 [DllImport("HairWorksIntegration")] public static extern Bool       hwAssetRelease(HAsset aid);
Exemplo n.º 19
0
 [DllImport("HairWorksIntegration")] public static extern void       hwAssetGetBindPose(HAsset aid, int nth, ref Matrix4x4 o_bindpose);
Exemplo n.º 20
0
 [DllImport("HairWorksIntegration")] public static extern BoolUTJ hwAssetReload(HAsset aid);
Exemplo n.º 21
0
 [DllImport("HairWorksIntegration")] public static extern HInstance  hwInstanceCreate(HAsset aid);
Exemplo n.º 22
0
 public static extern HInstance hwInstanceCreate(HAsset aid);