docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct ConvexCollider

    Implements
    IQueryable
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: Unity.U2D.Entities.Physics
    Assembly: solution.dll
    Syntax
    public struct ConvexCollider : IQueryable

    Properties

    Name Description
    ColliderType
    CollisionType
    Filter
    MassProperties
    Material
    MemorySize
    Normals
    UserData
    VertexCount
    Vertices

    Methods

    Name Description
    CalculateAabb()
    CalculateAabb(PhysicsTransform)
    CalculateDistance(ColliderDistanceInput)
    CalculateDistance(ColliderDistanceInput, ref NativeList<DistanceHit>)
    CalculateDistance(ColliderDistanceInput, out DistanceHit)
    CalculateDistance(PointDistanceInput)
    CalculateDistance(PointDistanceInput, ref NativeList<DistanceHit>)
    CalculateDistance(PointDistanceInput, out DistanceHit)
    CalculateDistance<T>(ColliderDistanceInput, ref T)
    CalculateDistance<T>(PointDistanceInput, ref T)
    CastCollider(ColliderCastInput)
    CastCollider(ColliderCastInput, ref NativeList<ColliderCastHit>)
    CastCollider(ColliderCastInput, out ColliderCastHit)
    CastCollider<T>(ColliderCastInput, ref T)
    CastRay(RaycastInput)
    CastRay(RaycastInput, ref NativeList<RaycastHit>)
    CastRay(RaycastInput, out RaycastHit)
    CastRay<T>(RaycastInput, ref T)
    OverlapCollider(OverlapColliderInput)
    OverlapCollider(OverlapColliderInput, ref NativeList<OverlapColliderHit>)
    OverlapCollider(OverlapColliderInput, out OverlapColliderHit)
    OverlapCollider<T>(OverlapColliderInput, ref T)
    OverlapPoint(OverlapPointInput)
    OverlapPoint(OverlapPointInput, ref NativeList<OverlapPointHit>)
    OverlapPoint(OverlapPointInput, out OverlapPointHit)
    OverlapPoint<T>(OverlapPointInput, ref T)
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)