TriangleCulling.hx 85 B

1234567
  1. package flash.display;
  2. extern enum TriangleCulling {
  3. NEGATIVE;
  4. NONE;
  5. POSITIVE;
  6. }