mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-27 10:33:50 +00:00
layout consistency pass pt 2 -place shapebase inheriting initpersistfields up top so the child layout appends to the parent
This commit is contained in:
parent
f07c8745b2
commit
ace18d0246
22 changed files with 162 additions and 157 deletions
|
|
@ -125,7 +125,7 @@ void PhysicsDebrisData::initPersistFields()
|
|||
"@brief Determines if the shape's shadow should be cast onto the environment.\n\n" );
|
||||
endGroup("Rendering");
|
||||
|
||||
addGroup( "Physical Properties" );
|
||||
addGroup( "Physics" );
|
||||
|
||||
addField("lifetime", TypeF32, Offset( lifetime, PhysicsDebrisData ),
|
||||
"@brief Base time, in seconds, that debris persists after time of creation.\n\n"
|
||||
|
|
@ -193,8 +193,7 @@ void PhysicsDebrisData::initPersistFields()
|
|||
"The result of the calculated buoyancy is relative to the density of the WaterObject the PhysicsDebris is within."
|
||||
"@see WaterObject::density");
|
||||
|
||||
endGroup( "Physical Properties" );
|
||||
|
||||
endGroup( "Physics" );
|
||||
Parent::initPersistFields();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue