Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
NoteEditor
GLDrawing
Geometry
C# Class NoteEditor.GLDrawing.Geometry
Show file
Open project: setchi/NoteEditor
Public Properties
Property
Type
Description
color
UnityEngine.Color
vertices
UnityEngine.Vector3[]
Public Methods
Method
Description
Geometry
(
Vector3
vertices
,
Color
color
) :
UnityEngine
Method Details
Geometry()
public
method
public
Geometry
(
Vector3
vertices
,
Color
color
) :
UnityEngine
vertices
UnityEngine.Vector3
color
UnityEngine.Color
return
UnityEngine
Property Details
color
public property
public
Color,UnityEngine
color
return
UnityEngine.Color
vertices
public property
public
Vector3[],UnityEngine
vertices
return
UnityEngine.Vector3[]