Summary
[
System.SerializableAttribute
] Parameters for a spring.- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
- Interfaces
-
- IEquatable
<SpringDetails> - I
Serialization Callback Receiver
- IEquatable
- Base Types
-
- ValueType
graph BT
Type-->Base0["ValueType"]
Type-.->Interface0["IEquatable<SpringDetails>"]
Type-.->Interface1["ISerializationCallbackReceiver"]
Type["SpringDetails"]
class Type type-node
Syntax
[Serializable]
public struct SpringDetails : ValueType, IEquatable<SpringDetails>, ISerializationCallbackReceiver
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
SpringDetails |
Creates a new FlexiMotion.SpringDetails . |
Fields
Properties
Name | Value | Summary |
---|---|---|
Default | SpringDetails |
Default values for a spring.
static
|
IsValid | bool |
Does this object have valid values in all fields?
|
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool |
Are all fields in this object equal to the equivalent in `obj`?
|
Equals |
bool |
Are all fields in this object equal to the equivalent fields in `other`?
|
GetHashCode |
int |
Returns a hash code based on the values of this object's fields.
|
ToString |
string |
Returns a string representation of this object.
|
Validate |
void |
Ensures that this object's fields have valid values.
|
Operators
Name | Value | Summary |
---|---|---|
operator != |
bool | |
operator == |
bool |
Extension Methods
Name | Value | Summary |
---|---|---|
LogTemp |
T |
Debug.Log(message, context) with an [System.ObsoleteAttribute ] warning so you remember
to remove any calls.
From FMUtilities
|
SafeGetHashCode |
int |
Uses
System.Collections.Generic.EqualityComparer`1.Default to get a hash code.From FMUtilities
|