Uses of Enum Class
zombie.iso.IsoGridOcclusionData.OcclusionFilter
Packages that use IsoGridOcclusionData.OcclusionFilter
-
Uses of IsoGridOcclusionData.OcclusionFilter in zombie.iso
Subclasses with type arguments of type IsoGridOcclusionData.OcclusionFilter in zombie.isoMethods in zombie.iso that return IsoGridOcclusionData.OcclusionFilterModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static IsoGridOcclusionData.OcclusionFilter[]
IsoGridOcclusionData.OcclusionFilter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.iso with parameters of type IsoGridOcclusionData.OcclusionFilterModifier and TypeMethodDescriptionIsoGridOcclusionData.getBuildingsCouldBeOccluders
(IsoGridOcclusionData.OcclusionFilter filter) Returns buildings that could occlude some of the square.IsoCell.GetBuildingsInFrontOfMustSeeSquare
(IsoGridSquare isoGridSquare, IsoGridOcclusionData.OcclusionFilter occlusionFilter) boolean
IsoGridOcclusionData.getCouldBeOccludedByOrphanStructures
(IsoGridOcclusionData.OcclusionFilter filter) Returns whether built structures with no building id (orphans) could occlude some of the square.