UIFieldCustomEvaluator 委托

定义

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

参数

position
CGPoint
velocity
CGVector
mass
nfloat
charge
nfloat
deltaTime
Double

返回值

适用于