SCNFieldForceEvaluator Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Delegate for the CustomField(SCNFieldForceEvaluator) method.
public delegate SceneKit.SCNVector3 SCNFieldForceEvaluator(SCNVector3 position, SCNVector3 velocity, float mass, float charge, double timeInSeconds);
type SCNFieldForceEvaluator = delegate of SCNVector3 * SCNVector3 * single * single * double -> SCNVector3
Parameters
- position
- SCNVector3
- velocity
- SCNVector3
- mass
- Single
- charge
- Single
- timeInSeconds
- Double