Show / Hide Table of Contents

Struct PhysicsJobOptions2D

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct PhysicsJobOptions2D

Properties

| Improve this Doc View Source

clearBodyForcesPerJob

Declaration
public int clearBodyForcesPerJob { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

clearFlagsPerJob

Declaration
public int clearFlagsPerJob { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

collideContactsPerJob

Declaration
public int collideContactsPerJob { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

findNearestContactsPerJob

Declaration
public int findNearestContactsPerJob { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

interpolationPosesPerJob

Declaration
public int interpolationPosesPerJob { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

islandSolverBodiesPerJob

Declaration
public int islandSolverBodiesPerJob { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

islandSolverBodyCostScale

Declaration
public int islandSolverBodyCostScale { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

islandSolverContactCostScale

Declaration
public int islandSolverContactCostScale { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

islandSolverContactsPerJob

Declaration
public int islandSolverContactsPerJob { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

islandSolverCostThreshold

Declaration
public int islandSolverCostThreshold { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

islandSolverJointCostScale

Declaration
public int islandSolverJointCostScale { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

newContactsPerJob

Declaration
public int newContactsPerJob { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

syncContinuousFixturesPerJob

Declaration
public int syncContinuousFixturesPerJob { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

syncDiscreteFixturesPerJob

Declaration
public int syncDiscreteFixturesPerJob { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

updateTriggerContactsPerJob

Declaration
public int updateTriggerContactsPerJob { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

useConsistencySorting

Declaration
public bool useConsistencySorting { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

useMultithreading

Declaration
public bool useMultithreading { get; set; }
Property Value
Type Description
Boolean

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX