Home
last modified time | relevance | path

Searched defs:b3PluginArguments (Results 1 – 3 of 3) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DSharedMemoryPublic.h998 struct b3PluginArguments struct
1000 char m_text[B3_MAX_PLUGIN_ARG_TEXT_LEN];
1001 int m_numInts;
1002 int m_ints[B3_MAX_PLUGIN_ARG_SIZE];
1003 int m_numFloats;
1004 double m_floats[B3_MAX_PLUGIN_ARG_SIZE];
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DSharedMemoryPublic.h998 struct b3PluginArguments struct
1000 char m_text[B3_MAX_PLUGIN_ARG_TEXT_LEN];
1001 int m_numInts;
1002 int m_ints[B3_MAX_PLUGIN_ARG_SIZE];
1003 int m_numFloats;
1004 double m_floats[B3_MAX_PLUGIN_ARG_SIZE];
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/unity3d/autogen/
H A DNativeMethods.cs1321 public struct b3PluginArguments { struct
1325 public string m_text;
1328 public int m_numInts;
1332 public int[] m_ints;
1335 public int m_numFloats;
1339 public double[] m_floats;