#include <brush.h>
Public Member Functions | |
SavedState (const FaceTexdef &faceTexdef) | |
void | exportState (FaceTexdef &faceTexdef) const |
Data Fields | |
TextureProjection | m_projection |
Definition at line 450 of file brush.h.
FaceTexdef::SavedState::SavedState | ( | const FaceTexdef & | faceTexdef | ) | [inline] |
Definition at line 455 of file brush.h.
References FaceTexdef::m_projection, and m_projection.
void FaceTexdef::SavedState::exportState | ( | FaceTexdef & | faceTexdef | ) | const [inline] |
Definition at line 460 of file brush.h.
References m_projection, and FaceTexdef::m_projection.
Referenced by Face::SavedState::exportState().
TextureProjection FaceTexdef::SavedState::m_projection |
Definition at line 453 of file brush.h.
Referenced by exportState(), and SavedState().