![]() |
AirControl
1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
|


Public Types | |
| enum | Type { Base, Serie, Top } |
Public Member Functions | |
| void | Refresh () |
| void | Init () |
| void | SetActive (bool flag, bool isDebugMode=false) |
Protected Member Functions | |
| override void | Awake () |
| override void | OnPopulateMesh (VertexHelper vh) |
Protected Attributes | |
| int | m_Index = -1 |
| Type | m_Type = Type.Base |
| bool | m_Refresh |
| Action< VertexHelper, Painter > | m_OnPopulateMesh |
Properties | |
| Action< VertexHelper, Painter > | onPopulateMesh [set] |
| int | index [get, set] |
| Type | type [get, set] |
Definition at line 15 of file Painter.cs.