UIFieldCustomEvaluator 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.
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
- field
- UIFieldBehavior
- position
- CGPoint
- velocity
- CGVector
- mass
- nfloat
- charge
- nfloat
- deltaTime
- Double