UIFieldCustomEvaluator Delegate

Definition

public delegate CoreGraphics.CGVector UIFieldCustomEvaluator(UIFieldBehavior field, CGPoint position, CGVector velocity, nfloat mass, nfloat charge, double deltaTime);
type UIFieldCustomEvaluator = delegate of UIFieldBehavior * CGPoint * CGVector * nfloat * nfloat * double -> CGVector

Parameters

position
CGPoint
velocity
CGVector
mass
nfloat
charge
nfloat
deltaTime
Double

Return Value

Applies to