This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
YLSJ
/
ylsj
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Ramo (Branch):
master
Rami (Branch)
Tag
dev
master
ylsj
/
Assets
/
ADON
/
Plugs
/
Octave3D World Builder
/
Scripts
/
Math
/
PointPlaneClassificationResult.cs
PointPlaneClassificationResult.cs
115 B
Permalink
Cronologia
Originale
1
2
3
4
5
6
7
8
#if UNITY_EDITOR
public enum PointPlaneClassificationResult
{
InFront = 0,
Behind,
OnPlane
}
#endif