SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Interface IForceManipulator

    Implement this to customize force and velocity interactions with an object that implements IForceReceiver.

    Namespace: SF.PhysicsLowLevel
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IForceManipulator

    Methods

    ExtertForce(IForceReceiver, Vector2)

    Declaration
    void ExtertForce(IForceReceiver forceReceiver, Vector2 force)
    Parameters
    Type Name Description
    IForceReceiver forceReceiver
    Vector2 force
    In This Article
    Back to top Generated by DocFX