次の方法で共有


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

戻り値

適用対象