Interface ICustomAttribute


  • public interface ICustomAttribute
    Represents an instance of a custom attribute.

    A custom attribute instance encapsulates an IAttributeDefinition along with its current calculated value (which may be affected by modifiers).

    • Method Detail

      • getValue

        float getValue()
        Returns the current value of this attribute.
        Returns:
        the float value representing the attribute's current state