|
| void | StaticColliderOnInitFn (struct Entity2D *pEnt, struct GameFrameworkLayer *pLayer, DrawContext *pDrawCtx, InputContext *pInputCtx) |
| |
| void | StaticColliderUpdate (struct Entity2D *pEnt, struct GameFrameworkLayer *pLayer, float deltaT) |
| |
| void | StaticColliderUpdatePostPhysics (struct Entity2D *pEnt, struct GameFrameworkLayer *pLayer, float deltaT) |
| |
| void | StaticColliderDrawFn (struct Entity2D *pEnt, struct GameFrameworkLayer *pLayer, struct Transform2D *pCam, VECTOR(Worldspace2DVert) *outVerts, VECTOR(VertIndexT) *outIndices, VertIndexT *pNextIndex) |
| |
| void | StaticColliderInput (struct Entity2D *pEnt, struct GameFrameworkLayer *pLayer, InputContext *context) |
| |
| void | StaticColliderOnDestroy (struct Entity2D *pEnt, struct GameFrameworkLayer *pLayer) |
| |
| void | StaticCollider2DGetBoundingBox (struct Entity2D *pEnt, struct GameFrameworkLayer *pLayer, vec2 outTL, vec2 outBR) |
| |
| void | SetStaticColliderCallbacks (struct Entity2D *pOutEnt) |
| |
| void | DeSerialize2DRectStaticColliderEntityV1 (struct BinarySerializer *bs, struct Entity2D *pOutEnt, struct GameLayer2DData *pData) |
| |
| void | DeSerialize2DRectStaticColliderEntity (struct BinarySerializer *bs, struct Entity2D *pOutEnt, struct GameLayer2DData *pData) |
| |
| void | Serialize2DRectStaticColliderEntity (struct BinarySerializer *bs, struct Entity2D *pInEnt, struct GameLayer2DData *pData) |
| |
| struct EntitySerializerPair | Et2D_Get2DRectStaticColliderSerializerPair () |
| |
| void | DeSerialize2DCircleStaticColliderEntityV1 (struct BinarySerializer *bs, struct Entity2D *pOutEnt, struct GameLayer2DData *pData) |
| |
| void | DeSerialize2DCircleStaticColliderEntity (struct BinarySerializer *bs, struct Entity2D *pOutEnt, struct GameLayer2DData *pData) |
| |
| void | Serialize2DCircleStaticColliderEntity (struct BinarySerializer *bs, struct Entity2D *pInEnt, struct GameLayer2DData *pData) |
| |
| struct EntitySerializerPair | Et2D_Get2DCircleStaticColliderSerializerPair () |
| |
| struct EntitySerializerPair | Et2D_Get2DEllipseStaticColliderSerializerPair () |
| |
| struct EntitySerializerPair | Et2D_Get2DPolygonStaticColliderSerializerPair () |
| |