Search Results for

    Show / Hide Table of Contents

    Class BoxColliderAdapter

    Inheritance
    Object
    BoxColliderAdapter
    Implements
    IBoxVolume
    Namespace: i5.Toolkit.Core.Experimental.UnityAdapters
    Assembly: cs.temp.dll.dll
    Syntax
    public class BoxColliderAdapter : IBoxVolume

    Properties

    Adaptee

    Declaration
    public BoxCollider Adaptee { get; }
    Property Value
    Type Description
    BoxCollider

    Center

    Declaration
    public Vector3 Center { get; set; }
    Property Value
    Type Description
    Vector3

    Rotation

    Declaration
    public Quaternion Rotation { get; set; }
    Property Value
    Type Description
    Quaternion

    Size

    Declaration
    public Vector3 Size { get; set; }
    Property Value
    Type Description
    Vector3

    Implements

    IBoxVolume
    In This Article
    Back to top i5 Toolkit Documentation