This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
YLSJ
/
ylsj
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
dev
master
ylsj
/
Assets
/
ADON
/
Plugs
/
Octave3D World Builder
/
Scripts
/
Math
/
PointPlaneClassificationResult.cs
PointPlaneClassificationResult.cs
115 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
7
8
#if UNITY_EDITOR
public enum PointPlaneClassificationResult
{
InFront = 0,
Behind,
OnPlane
}
#endif