Class FMOD_3D_ATTRIBUTES

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FMOD_3D_ATTRIBUTES extends Struct<FMOD_3D_ATTRIBUTES> implements NativeResource
struct FMOD_3D_ATTRIBUTES {
    FMOD_VECTOR position;
    FMOD_VECTOR velocity;
    FMOD_VECTOR forward;
    FMOD_VECTOR up;
}