Package pl.AWTGameEngine.components
Class RigidBody.Static
java.lang.Object
pl.AWTGameEngine.components.base.ObjectComponent
pl.AWTGameEngine.components.RigidBody
pl.AWTGameEngine.components.RigidBody.Static
- Direct Known Subclasses:
RigidBody.TopDown.Static,RigidBody.Trigger
- Enclosing class:
RigidBody
-
Nested Class Summary
Nested classes/interfaces inherited from class pl.AWTGameEngine.components.RigidBody
RigidBody.Dynamic, RigidBody.Kinematic, RigidBody.Static, RigidBody.TopDown, RigidBody.Trigger -
Field Summary
FieldsFields inherited from class pl.AWTGameEngine.components.RigidBody
filterData, geometry, mass, material, physics, physXManager, pose, shape -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pl.AWTGameEngine.components.RigidBody
createGeometry, getMass, getPxActor, getShapeFlags, onAddComponent, onPhysicsUpdate, onRemoveComponent, onUpdatePosition, onUpdateRotation, onUpdateSize, releaseObjects, setMass, updateCachedPosition, updateCachedRotation, updatePosition, updateRotation, updateSizeMethods inherited from class pl.AWTGameEngine.components.base.ObjectComponent
conflictsWith, getCamera, getComponentAuthor, getComponentDescription, getComponentName, getKeyListener, getMouseListener, getObject, getObjectByName, getRenderEngine, getRequiredClass, getScene, getSceneLoader, getWindow, hasRequiredClass, isDefaultComponent, isGLComponent, isUnique, isWebComponent, on3DRenderRequest, onAddComponent, onAfterRender, onAfterUpdate, onButtonClick, onCollide, onCollide, onContextMenuClick, onContextMenuOpen, onEverySecond, onGUIUpdate, onKeyType, onKeyType, onMenuBarClick, onMouseClick, onMouseClick, onPhysicsAfterUpdate, onPhysicsPreUpdate, onPreRender, onPreUpdate, onRender, onSerializationFinish, onTreeValueChange, onTriggerEnter, onTriggerLeave, onUpdate, onUpdateCameraPosition, onUpdateCameraPosition, onUpdateCameraRotation, onUpdatePosition, onUpdateRotation, onUpdateSize, onWebRenderRequest, onWindowClosing, onWindowMove, onWindowResize
-
Field Details
-
rigidStatic
protected physx.physics.PxRigidStatic rigidStatic
-
-
Constructor Details
-
Static
-
-
Method Details
-
initialize
public void initialize()- Overrides:
initializein classRigidBody
-
destroy
public void destroy() -
physicsUpdate
public void physicsUpdate()- Specified by:
physicsUpdatein classRigidBody
-