Class BeginJointConversionSystem
A system that is updated before all built-in conversion systems that produce PhysicsJoint.
Inheritance
BeginJointConversionSystem
Inherited Members
GameObjectConversionSystem.ShouldRunConversionSystem()
GameObjectConversionSystem.GetBuildConfigurationComponent<T>()
GameObjectConversionSystem.TryGetBuildConfigurationComponent<T>(T)
GameObjectConversionSystem.ShouldRunConversionSystem(System.Type)
GameObjectConversionSystem.BuildHasType(System.Type)
GameObjectConversionSystem.BuildHasType(System.Type[])
GameObjectConversionSystem.IsBuildingForEditor
GameObjectConversionSystem.BuildConfigurationGUID
Namespace: Unity.Physics.Authoring
Syntax
[AlwaysUpdateSystem]
[UpdateAfter(typeof(PhysicsBodyConversionSystem))]
public sealed class BeginJointConversionSystem : GameObjectConversionSystem
Methods
OnUpdate()
Declaration
protected override void OnUpdate()