org_ogre4j_animationstate.h

来自「使用stl技术,(还没看,是听说的)」· C头文件 代码 · 共 102 行

H
102
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?