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
LWisteria
StudiesOfOpenTK
PointSprite
Particle
C# Class LWisteria.StudiesOfOpenTK.PointSprite.Particle
粒子
Show file
Open project: aokomoriuta/StudiesOfOpenTK
Class Usage Examples
Public Properties
Property
Type
Description
X
OpenTK.Vector3
Public Methods
Method
Description
Particle
(
float
_d
,
Color4
_color
) :
OpenTK
粒子を作成する
Method Details
Particle()
public
method
粒子を作成する
public
Particle
(
float
_d
,
Color4
_color
) :
OpenTK
_d
float
直径
_color
Color4
表示色
return
OpenTK
Property Details
X
public property
粒子の中心座標
public
Vector3,OpenTK
X
return
OpenTK.Vector3