Class Mat4ModelProperty
java.lang.Object
foundry.veil.api.client.property.Property<org.joml.Matrix4f>
foundry.veil.api.client.property.InvertibleProperty<org.joml.Matrix4f>
foundry.veil.api.client.property.properties.Mat4Property
foundry.veil.api.client.property.model.Mat4ModelProperty
-
Field Summary
Fields inherited from class foundry.veil.api.client.property.InvertibleProperty
overrideInverseValueFields inherited from class foundry.veil.api.client.property.Property
overrideValue, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class foundry.veil.api.client.property.properties.Mat4Property
applyValue, calculateInverse, cloneValue, modifyPreInvert, setQueriesMethods inherited from class foundry.veil.api.client.property.InvertibleProperty
applyInverseValue, modify, resetOverrideValueMethods inherited from class foundry.veil.api.client.property.Property
codec, createCodec, getEnvironment, getType
-
Constructor Details
-
Mat4ModelProperty
public Mat4ModelProperty(org.joml.Matrix4f value)
-