Uses of Enum Class
com.marginallyclever.ro3.factories.Lifetime
Packages that use Lifetime
Package
Description
-
Uses of Lifetime in com.marginallyclever.ro3.factories
Methods in com.marginallyclever.ro3.factories that return LifetimeModifier and TypeMethodDescriptionResource.lifetime()Returns the value of thelifetimerecord component.static LifetimeReturns the enum constant of this class with the specified name.static Lifetime[]Lifetime.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.marginallyclever.ro3.factories with parameters of type Lifetime -
Uses of Lifetime in com.marginallyclever.ro3.mesh
Methods in com.marginallyclever.ro3.mesh with parameters of type LifetimeModifier and TypeMethodDescriptionvoidAdd a mesh to the pool if it is not already present.Makes sure to only load one instance of each source file.Get a mesh from the pool, loading it if necessary, and applying a scale factor.MeshFactory.getResources(Lifetime lifetime) Get all meshes in the pool with a specific lifetime. -
Uses of Lifetime in com.marginallyclever.ro3.shader
Methods in com.marginallyclever.ro3.shader with parameters of type Lifetime -
Uses of Lifetime in com.marginallyclever.ro3.texture
Methods in com.marginallyclever.ro3.texture with parameters of type LifetimeModifier and TypeMethodDescriptionLoad a texture from a file.TextureFactory.getResources(Lifetime lifetime)