Table of Contents

Class SpringParams

Namespace
Adw
Assembly
Adw-1.dll
public sealed class SpringParams : BoxedRecord, IEquatable<SpringParams>
Inheritance
SpringParams
Implements
Inherited Members

Constructors

SpringParams(SpringParamsOwnedHandle)

public SpringParams(SpringParamsOwnedHandle handle)

Parameters

handle SpringParamsOwnedHandle

Properties

Handle

public SpringParamsOwnedHandle Handle { get; }

Property Value

SpringParamsOwnedHandle

Methods

Equals(SpringParams?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(SpringParams? other)

Parameters

other SpringParams

An object to compare with this object.

Returns

bool

true if the current object is equal to the other parameter; otherwise, false.

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetDamping()

public double GetDamping()

Returns

double

GetDampingRatio()

public double GetDampingRatio()

Returns

double

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

GetMass()

public double GetMass()

Returns

double

GetStiffness()

public double GetStiffness()

Returns

double

New(double, double, double)

public static SpringParams New(double dampingRatio, double mass, double stiffness)

Parameters

dampingRatio double
mass double
stiffness double

Returns

SpringParams

NewFull(double, double, double)

public static SpringParams NewFull(double damping, double mass, double stiffness)

Parameters

damping double
mass double
stiffness double

Returns

SpringParams

Ref()

public SpringParams Ref()

Returns

SpringParams

Unref()

public void Unref()