Table of Contents

Interface IPhysicsSpring

Namespace
Zorro.Core
Assembly
Zorro.Core.Runtime.dll
public interface IPhysicsSpring
Extension Methods

Properties

Drag

[SerializeField]
float Drag { get; set; }

Property Value

float

Spring

[SerializeField]
float Spring { get; set; }

Property Value

float

Methods

FixedUpdate()

void FixedUpdate()

Update()

void Update()