Wrapper for javafx.scene.shape.CullFace
Attributes
Members list
Type members
Classlikes
Perform back-face culling.
Perform back-face culling.
All back-faces, identified by clockwise vertex winding, will be culled.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass CullFacetrait SFXEnumDelegate[CullFace]trait SFXDelegate[CullFace]class Objecttrait Matchableclass AnyShow all
- Self type
-
Back.type
Perform front-face culling.
Perform front-face culling.
All front-faces, identified by counterclockwise vertex winding, will be culled.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass CullFacetrait SFXEnumDelegate[CullFace]trait SFXDelegate[CullFace]class Objecttrait Matchableclass AnyShow all
- Self type
-
Front.type
Perform no face culling.
Perform no face culling.
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass CullFacetrait SFXEnumDelegate[CullFace]trait SFXDelegate[CullFace]class Objecttrait Matchableclass AnyShow all
- Self type
-
None.type
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Inherited methods
Converts a JavaFX enum to its respective SFXEnumDelegate.
Converts a JavaFX enum to its respective SFXEnumDelegate.
Value parameters
- e
-
JavaFX
enum
Attributes
- Returns
-
[[scalafx.delegate.SFXEnumDelegate]]equivalent to argument. - Inherited from:
- SFXEnumDelegateCompanion
Returns the enum constant of this type with the specified name.
Returns the enum constant of this type with the specified name.
Value parameters
- name
-
the name of the constant to return
Attributes
- Throws
-
IllegalArgumentException
If the specified
enumtype has no constant with the specified name, or the specified class object does not represent anenumtype. - Inherited from:
- SFXEnumDelegateCompanion
Converts a JavaFX enum to its respective SFXEnumDelegate.
Converts a JavaFX enum to its respective SFXEnumDelegate.
Value parameters
- e
-
JavaFX
enum
Attributes
- Returns
-
[[scalafx.delegate.SFXEnumDelegate]]equivalent to argument. - Inherited from:
- SFXEnumDelegateCompanion
Deprecated fields
Perform back-face culling.
Perform back-face culling.
All back-faces, identified by clockwise vertex winding, will be culled.
Attributes
- Deprecated
- true
Perform front-face culling.
Perform front-face culling.
All front-faces, identified by counterclockwise vertex winding, will be culled.
Attributes
- Deprecated
- true
Inherited fields
Returns a List containing the constants of this enum type, in the order they are declared.
Returns a List containing the constants of this enum type, in the order they are declared.
Attributes
- Inherited from:
- SFXEnumDelegateCompanion
Implicits
Inherited implicits
Converts a SFXEnumDelegate to its respective JavaFX Enum.
Converts a SFXEnumDelegate to its respective JavaFX Enum.
Value parameters
- s
-
SFXEnumDelegateinstance
Attributes
- Returns
-
Delegated
enum - Inherited from:
- SFXEnumDelegateCompanion