|
CeresEngine 0.2.0
A game development framework
|
A structure that holds information for an edit variable. More...
Public Attributes | |
| Tag | tag |
| A tag for the edit variable. | |
| Constraint | constraint |
| The constraint for the edit variable. | |
| double | constant |
| The constant value for the edit variable. | |
A structure that holds information for an edit variable.
| double CeresEngine::Constraint::ConstraintSolver::EditInfo::constant |
The constant value for the edit variable.
| Constraint CeresEngine::Constraint::ConstraintSolver::EditInfo::constraint |
The constraint for the edit variable.
| Tag CeresEngine::Constraint::ConstraintSolver::EditInfo::tag |
A tag for the edit variable.