VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dynamicObstacleNavInterface.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2015 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include "matrix/vlVector.h"
14 
15 class DtVrfObject;
16 
17 class DtNavObstacle;
18 
24 {
25 private:
32 
33 public:
34  static DtVrfObjectNavInterface* create(DtVrfObject* vrfObject);
35 
36 protected:
40  virtual bool init();
41 
42  virtual void changingNavArea(DtNavArea* newNavArea);
43 
45  virtual bool obstacleEnabled();
46 
48  virtual void createNavObstacle();
49 
50 public:
51  virtual void tick();
53 
54 protected:
59 };

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)