VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
platformLocalObjectFacade.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
14 #include "vlpi/disEnums.h"
15 
24 {
25 public:
28 
31 
32  bool isUsable() const;
33 
34  void setNextFrameDestroyed(bool);
35  bool nextFrameIsDestroyed() const;
36 
37  void setNextFrameSmoking(bool);
38  bool nextFrameSmoking() const;
39 
40  void setNextFrameFlaming(bool);
41  bool nextFrameFlaming() const;
42 
43  void setNextFramePowerPlantOn(bool);
44  bool nextFramePowerPlantOn() const;
45 
46  void setNextFrameTrailState(int s);
47  int nextFrameTrailState() const;
48 
49  void setNextFrameLightState(int state, bool onOff);
50  bool nextFrameLightState(int state) const;
51 
52 protected:
53  virtual DtLocalObject* localObject() const = 0;
54 
56  virtual void setupDecorator() override;
57 };
58 
Thie DtNavigationLocalObjectFacadeInterface class is a wrapper around the DtNavigationLocalObjectDeco...
Definition: navigationLocalObjectFacade.h:15
virtual DtLocalObject * localObject() const =0
DtLocalObjectFacade< DtPlatformSimObjectFacadeInterface, DtPlatformLocalObjectFacadeInterface > DtPlatformLocalObjectFacade
Definition: platformLocalObjectFacade.h:59
This DtMovementLocalObjectFacadeInterface class will provide API functionality for objects that have ...
Definition: movementLocalObjectFacade.h:12
#define DT_DLL_vrfobjcore
This file is used to determine how to build.
Definition: vrfobjcoreDefines.h:24
This DtAppearanceLocalObjectFacadeInterface class will provide API functionality for objects that hav...
Definition: appearanceLocalObjectFacade.h:15
This DtPlatformLocalObjectFacadeInterface class will provide API functionality for platform objects...
Definition: platformLocalObjectFacade.h:18
This DtArticulatedPartsLocalObjectFacadeInterface class will provide API functionality for objects th...
Definition: articulatedPartsLocalObjectFacade.h:17
The DtRangeItemLocalObjectFacadeInterface class deals with range ring items for objects that support ...
Definition: rangeItemLocalObjectFacade.h:15
A locally simulated VRF object. Holds all internal and external data for the object, and provides access to both the current frame and next frame state data for the object. All current frame data is read-only, and next-frame data can be written to. No thread safety guarantees are made on this object during the simulation frame and it should only be accessed by the thread that is simulating the object.
Definition: localObject.h:86

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)