📄 org_ogre4j_entity.h
字号:
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ogre4j_Entity */
#ifndef _Included_org_ogre4j_Entity
#define _Included_org_ogre4j_Entity
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_ogre4j_Entity
* Method: getMesh
* Signature: ()Lorg/ogre4j/Mesh;
*/
JNIEXPORT jobject JNICALL Java_org_ogre4j_Entity_getMesh
(JNIEnv *, jobject);
/*
* Class: org_ogre4j_Entity
* Method: getSubEntity
* Signature: (I)Lorg/ogre4j/SubEntity;
*/
JNIEXPORT jobject JNICALL Java_org_ogre4j_Entity_getSubEntity__I
(JNIEnv *, jobject, jint);
/*
* Class: org_ogre4j_Entity
* Method: getSubEntity
* Signature: (Ljava/lang/String;)Lorg/ogre4j/SubEntity;
*/
JNIEXPORT jobject JNICALL Java_org_ogre4j_Entity_getSubEntity__Ljava_lang_String_2
(JNIEnv *, jobject, jstring);
/*
* Class: org_ogre4j_Entity
* Method: getNumSubEntities
* Signature: ()I
*/
JNIEXPORT jint JNICALL Java_org_ogre4j_Entity_getNumSubEntities
(JNIEnv *, jobject);
/*
* Class: org_ogre4j_Entity
* Method: clone
* Signature: (Ljava/lang/String;)Lorg/ogre4j/Entity;
*/
JNIEXPORT jobject JNICALL Java_org_ogre4j_Entity_clone
(JNIEnv *, jobject, jstring);
/*
* Class: org_ogre4j_Entity
* Method: setMaterialName
* Signature: (Ljava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_org_ogre4j_Entity_setMaterialName
(JNIEnv *, jobject, jstring);
/*
* Class: org_ogre4j_Entity
* Method: getAnimationState
* Signature: (Ljava/lang/String;)Lorg/ogre4j/AnimationState;
*/
JNIEXPORT jobject JNICALL Java_org_ogre4j_Entity_getAnimationState
(JNIEnv *, jobject, jstring);
/*
* Class: org_ogre4j_Entity
* Method: setDisplaySkeleton
* Signature: (Z)V
*/
JNIEXPORT void JNICALL Java_org_ogre4j_Entity_setDisplaySkeleton
(JNIEnv *, jobject, jboolean);
/*
* Class: org_ogre4j_Entity
* Method: setVisible
* Signature: (Z)V
*/
JNIEXPORT void JNICALL Java_org_ogre4j_Entity_setVisible
(JNIEnv *, jobject, jboolean);
/*
* Class: org_ogre4j_Entity
* Method: isVisible
* Signature: ()Z
*/
JNIEXPORT jboolean JNICALL Java_org_ogre4j_Entity_isVisible
(JNIEnv *, jobject);
/*
* Class: org_ogre4j_Entity
* Method: getName
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_org_ogre4j_Entity_getName
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -