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

📄 org_ogre4j_animationstate.h

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

#ifndef _Included_org_ogre4j_AnimationState
#define _Included_org_ogre4j_AnimationState
#ifdef __cplusplus
extern "C" {
#endif
/*
 * Class:     org_ogre4j_AnimationState
 * Method:    getAnimationName
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_org_ogre4j_AnimationState_getAnimationName
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_AnimationState
 * Method:    setAnimationName
 * Signature: (Ljava/lang/String;)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_AnimationState_setAnimationName
  (JNIEnv *, jobject, jstring);

/*
 * Class:     org_ogre4j_AnimationState
 * Method:    getTimePosition
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_AnimationState_getTimePosition
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_AnimationState
 * Method:    setTimePosition
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_AnimationState_setTimePosition
  (JNIEnv *, jobject, jfloat);

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

/*
 * Class:     org_ogre4j_AnimationState
 * Method:    setLength
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_AnimationState_setLength
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_AnimationState
 * Method:    getWeight
 * Signature: ()F
 */
JNIEXPORT jfloat JNICALL Java_org_ogre4j_AnimationState_getWeight
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_AnimationState
 * Method:    setWeight
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_AnimationState_setWeight
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_AnimationState
 * Method:    addTime
 * Signature: (F)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_AnimationState_addTime
  (JNIEnv *, jobject, jfloat);

/*
 * Class:     org_ogre4j_AnimationState
 * Method:    getEnabled
 * Signature: ()Z
 */
JNIEXPORT jboolean JNICALL Java_org_ogre4j_AnimationState_getEnabled
  (JNIEnv *, jobject);

/*
 * Class:     org_ogre4j_AnimationState
 * Method:    setEnabled
 * Signature: (Z)V
 */
JNIEXPORT void JNICALL Java_org_ogre4j_AnimationState_setEnabled
  (JNIEnv *, jobject, jboolean);

#ifdef __cplusplus
}
#endif
#endif

⌨️ 快捷键说明

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