What are the signatures to create an RWipeoutEntity?
What are the methods associated with it.
Thinking of:
- Checking its proxy
RWipeoutEntity.getPosition()
RWipeoutEntity.getBoundaryShapes()
The setters for these and so on.
CVH
Moderator: andrew
Code: Select all
var frameworkV = getVersionNumber(RSettings.getMajorVersion(), RSettings.getMinorVersion(), RSettings.getRevisionVersion(), RSettings.getBuildVersion());
var minV = getVersionNumber(3, 31, 1, 0);
if (frameworkV < minV) {
// Don't use Wipeout entities
}
Compare it with a solid filled hatch that blanks everything with a lower drawing order.