⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 org_ogre4j_animation.h

📁 使用stl技术,(还没看,是听说的)
💻 H
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ogre4j_Animation */

#ifndef _Included_org_ogre4j_Animation
#define _Included_org_ogre4j_Animation
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_ogre4j_Animation
 * Method:    getName
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_org_ogre4j_Animation_getName
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Animation
 * Method:    getLength
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_Animation_getLength
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Animation
 * Method:    getNumTracks
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Animation_getNumTracks
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Animation
 * Method:    destroyTrack
 * Signature: (I)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Animation_destroyTrack
  (JNIEnv *, jobject, jint);

/*
 * Class:     org_ogre4j_Animation
 * Method:    destroyAllTracks
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Animation_destroyAllTracks
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Animation
 * Method:    setInterpolationMode
 * Signature: (I)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Animation_setInterpolationMode
  (JNIEnv *, jobject, jint);

/*
 * Class:     org_ogre4j_Animation
 * Method:    getInterpolationMode
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Animation_getInterpolationMode
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_Animation
 * Method:    setDefaultInterpolationMode
 * Signature: (I)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_Animation_setDefaultInterpolationMode
  (JNIEnv *, jclass, jint);

/*
 * Class:     org_ogre4j_Animation
 * Method:    getDefaultInterpolationMode
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_org_ogre4j_Animation_getDefaultInterpolationMode
  (JNIEnv *, jclass);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -