Content


NTL
Core
IPropertyMatrixState

IPropertyMatrixState



Describes multiple state property of type Mat4f.

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class IPropertyMatrixState :public virtual IPropertyState
{
public:
    virtual Mat4f getValue(const String &state) = 0; // Return value depending on state

    virtual bool setValue(const String &state, const Mat4f value) = 0; // Set value of state
};
Namespace: nitisa
Include: Nitisa/Package/Interfaces/IPropertyMatrixState.h