SF Tool Documentation
Search Results for

    Show / Hide Table of Contents

    Class ContactFiltering

    Inheritance
    System.Object
    ContactFiltering
    Namespace: SF.PhysicsLowLevel
    Assembly: cs.temp.dll.dll
    Syntax
    public static class ContactFiltering

    Methods

    NormalXFilter(ref PhysicsShape.Contact, PhysicsShape, Single, FilterMathOperator)

    Declaration
    public static bool NormalXFilter(ref PhysicsShape.Contact contact, PhysicsShape shapeContext, float normalizedXValue = 0F, FilterMathOperator filterMathOperator = null)
    Parameters
    Type Name Description
    PhysicsShape.Contact contact
    PhysicsShape shapeContext
    System.Single normalizedXValue
    FilterMathOperator filterMathOperator
    Returns
    Type Description
    System.Boolean

    NormalXFilter(ref PhysicsShape.Contact, PhysicsShape, Single, FilterMathOperator)

    Declaration
    public static bool NormalXFilter(ref PhysicsShape.Contact contact, PhysicsShape shapeContext, float normalizedXValue = 0F, FilterMathOperator filterMathOperator = null)
    Parameters
    Type Name Description
    PhysicsShape.Contact contact
    PhysicsShape shapeContext
    System.Single normalizedXValue
    FilterMathOperator filterMathOperator
    Returns
    Type Description
    System.Boolean

    NormalYFilter(ref PhysicsShape.Contact, PhysicsShape, Single, FilterMathOperator)

    Declaration
    public static bool NormalYFilter(ref PhysicsShape.Contact contact, PhysicsShape shapeContext, float normalizedYValue = 0F, FilterMathOperator filterMathOperator = null)
    Parameters
    Type Name Description
    PhysicsShape.Contact contact
    PhysicsShape shapeContext
    System.Single normalizedYValue
    FilterMathOperator filterMathOperator
    Returns
    Type Description
    System.Boolean

    NormalYFilter(ref PhysicsShape.Contact, PhysicsShape, Single, FilterMathOperator)

    Declaration
    public static bool NormalYFilter(ref PhysicsShape.Contact contact, PhysicsShape shapeContext, float normalizedYValue = 0F, FilterMathOperator filterMathOperator = null)
    Parameters
    Type Name Description
    PhysicsShape.Contact contact
    PhysicsShape shapeContext
    System.Single normalizedYValue
    FilterMathOperator filterMathOperator
    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Generated by DocFX