|
|
|||||||||||||
Interface ILoadTextureCallbackpublic interface ILoadTextureCallback extends IUnknown { // Methods public Direct3dRMTexture callbackLoadTexture(String text_name, IUnknown pArgs); } Use with methods, such as Direct3dRM.loadFromFileByPos to set the callback function to be called when loading a texture. Also see com.ms.directX.Direct3dRM, com.ms.directX.Direct3dRMAnimation, com.ms.directX.Direct3dRMFrame, com.ms.directX.Direct3dRMMeshBuilder IUnknown | +--ILoadTextureCallback MethodscallbackLoadTexturepublic Direct3dRMTexture callbackLoadTexture(String text_name, IUnknown pArgs);
|
© 1998 Microsoft Corporation. All rights reserved. Terms of use. |