Assimp  v4.1. (December 2018)
jassimp.AiMaterial.PropertyType Enum Reference

A very primitive RTTI system for the contents of material properties. More...

Static Public Member Functions

static PropertyType fromRawValue (int rawValue)
 Utility method for converting from c/c++ based integer enums to java enums. More...
 

Public Attributes

 BUFFER =(0x5)
 Simple binary buffer, content undefined. More...
 
 FLOAT =(0x1)
 Array of single-precision (32 Bit) floats. More...
 
 INTEGER =(0x4)
 Array of (32 Bit) integers. More...
 
 STRING =(0x3)
 The material property is a string. More...
 

Detailed Description

A very primitive RTTI system for the contents of material properties.

Member Function Documentation

◆ fromRawValue()

static PropertyType jassimp.AiMaterial.PropertyType.fromRawValue ( int  rawValue)
inlinestatic

Utility method for converting from c/c++ based integer enums to java enums.

This method is intended to be used from JNI and my change based on implementation needs.

Parameters
rawValuean integer based enum value (as defined by assimp)
Returns
the enum value corresponding to rawValue

Member Data Documentation

◆ BUFFER

jassimp.AiMaterial.PropertyType.BUFFER =(0x5)

Simple binary buffer, content undefined.

Not convertible to anything.

◆ FLOAT

jassimp.AiMaterial.PropertyType.FLOAT =(0x1)

Array of single-precision (32 Bit) floats.

◆ INTEGER

jassimp.AiMaterial.PropertyType.INTEGER =(0x4)

Array of (32 Bit) integers.

◆ STRING

jassimp.AiMaterial.PropertyType.STRING =(0x3)

The material property is a string.


The documentation for this enum was generated from the following file: