mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-14 04:03:46 +00:00
add typeS16
This commit is contained in:
parent
676a3dd6dc
commit
b36ec14194
5 changed files with 28 additions and 6 deletions
|
|
@ -239,7 +239,7 @@ void TSStatic::initPersistFields()
|
|||
endGroup("Reflection");
|
||||
|
||||
addGroup("Collision");
|
||||
addField("collisionLOD", TypeS32, Offset(mCollisionLOD, TSStatic),
|
||||
addField("collisionLOD", TypeS16, Offset(mCollisionLOD, TSStatic),
|
||||
"The level of detail to use for 'Visible Mesh' collision queries.");
|
||||
addField("collisionType", TypeTSMeshType, Offset(mCollisionType, TSStatic),
|
||||
"The type of mesh data to use for collision queries.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue