Uses of Class
com.openinventor.ldm.nodes.SoLDMResourceParameters.TileCachePolicies
-
Packages that use SoLDMResourceParameters.TileCachePolicies Package Description com.openinventor.ldm.nodes -
-
Uses of SoLDMResourceParameters.TileCachePolicies in com.openinventor.ldm.nodes
Fields in com.openinventor.ldm.nodes with type parameters of type SoLDMResourceParameters.TileCachePolicies Modifier and Type Field Description SoSFEnum<SoLDMResourceParameters.TileCachePolicies>SoLDMResourceParameters. tileCachePolicySpecify which tiles should be cached in LDM memory.Methods in com.openinventor.ldm.nodes that return SoLDMResourceParameters.TileCachePolicies Modifier and Type Method Description static SoLDMResourceParameters.TileCachePoliciesSoLDMResourceParameters.TileCachePolicies. valueOf(int val)Returns the enum constant of this type with the specified integer valuestatic SoLDMResourceParameters.TileCachePoliciesSoLDMResourceParameters.TileCachePolicies. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SoLDMResourceParameters.TileCachePolicies[]SoLDMResourceParameters.TileCachePolicies. values()Returns an array containing the constants of this enum type, in the order they are declared.
-