Struct AABBJob | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct AABBJob

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: UnityEngine.Experimental.U2D.Animation
    Syntax
    public struct AABBJob : IJob

    Fields

    minMax

    Declaration
    public NativeArray<Vector3> minMax
    Field Value
    Type Description
    NativeArray<Vector3>

    vertices

    Declaration
    public NativeArray<Vector3> vertices
    Field Value
    Type Description
    NativeArray<Vector3>

    Methods

    Execute()

    Declaration
    public void Execute()
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX