Uses of Class
javafx.scene.shape.CullFace
-
Packages that use CullFace 软件包 描述 javafx.scene.shape 提供一组2D类,用于定义和执行与二维几何相关的对象的操作。 -
-
Uses of CullFace in javafx.scene.shape
Methods in javafx.scene.shape that return CullFace Modifier and Type 方法 描述 CullFaceShape3D. getCullFace()获取属性cullFace的值。static CullFaceCullFace. valueOf(String name)以指定的名称返回此类型的枚举常量。static CullFace[]CullFace. values()按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in javafx.scene.shape that return types with arguments of type CullFace Modifier and Type 方法 描述 ObjectProperty<CullFace>Shape3D. cullFaceProperty()定义cullFace这Shape3D。Methods in javafx.scene.shape with parameters of type CullFace Modifier and Type 方法 描述 voidShape3D. setCullFace(CullFace value)设置属性cullFace的值。
-