- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
- Interfaces
-
- IEquatable
<SphereDefinition> - I
Serialization Callback Receiver
- IEquatable
- Base Types
-
- ValueType
graph BT
Type-->Base0["ValueType"]
Type-.->Interface0["IEquatable<SphereDefinition>"]
Type-.->Interface1["ISerializationCallbackReceiver"]
Type["SphereDefinition"]
class Type type-node
Syntax
[Serializable]
public struct SphereDefinition : ValueType, IEquatable<SphereDefinition>,
ISerializationCallbackReceiver
Attributes
| Type | Description |
|---|---|
| Serializable |
Constructors
| Name | Summary |
|---|---|
| SphereDefinition |
Creates a new FlexiMotion.SphereDefinition. |
Fields
Properties
| Name | Value | Summary |
|---|---|---|
| IsValid | bool |
Are all fields valid?
|
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 all 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
|