SKFieldForceEvaluator 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.
A method that derives a force by applying the physics of a field to a body that is within the field.
public delegate OpenTK.Vector3 SKFieldForceEvaluator(Vector4 position, Vector4 velocity, float mass, float charge, double time);
type SKFieldForceEvaluator = delegate of Vector4 * Vector4 * single * single * double -> Vector3
Parameters
- position
- Vector4
- velocity
- Vector4
- mass
- Single
- charge
- Single
- time
- Double