Share via


UIFieldCustomEvaluator Delegado

Definición

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

Parámetros

position
CGPoint
velocity
CGVector
mass
nfloat
charge
nfloat
deltaTime
Double

Valor devuelto

Se aplica a