You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These objectTypes work much like Solutes in ph-scale, where they are basically just constants that have data about how an instance of that type would behave. So if you know that the model's selectedProjectileObjectTypeProperty is cannonball, I know what the defaults will be by looking at the initialState of projectileMotion.global.model.projectileObjectTypes.cannonball:
UPDATE: the companionless one is used in vectors/drag screens where you can't choose different types. That is the only (companionless) projectile type you can fire projectiles of.
"Companionless" isn't a particularly friendly/intuitive name. We would like to something clearer like genericObjectType or generalObjectType. (I don't have a preference between generic and general.)
@zepumph would this be relatively straightforward to change? Any objections?
The text was updated successfully, but these errors were encountered:
For #244
@zepumph described the companionlessObjectType in #219 (comment):
"Companionless" isn't a particularly friendly/intuitive name. We would like to something clearer like
genericObjectType
orgeneralObjectType
. (I don't have a preference between generic and general.)@zepumph would this be relatively straightforward to change? Any objections?
The text was updated successfully, but these errors were encountered: