Skylicht Engine
Toggle main menu visibility
Loading...
Searching...
No Matches
GridPlane
CGridPlaneData.h
1
#pragma once
2
3
#include "Entity/IEntityData.h"
4
#include "LineDraw/CLineDrawData.h"
5
#include "DataTypeIndex.h"
6
7
namespace
Skylicht
8
{
9
class
COMPONENT_API CGridPlaneData :
10
public
CLineDrawData,
11
public
IEntityData
12
{
13
public
:
14
int
NumGrid;
15
float
GridSize;
16
17
public
:
18
CGridPlaneData();
19
20
virtual
~CGridPlaneData();
21
22
void
init();
23
};
24
25
DECLARE_COMPONENT_DATA_TYPE_INDEX(
CGridPlaneData
);
26
}
Skylicht::CGridPlaneData
Definition
CGridPlaneData.h:12
Skylicht
Everything in the Skylicht Engine. You can start by looking at the topics.
Definition
AudioDebugLog.h:29
Generated by
1.17.0