Summary
- Assembly
- Animancer
.dll - Namespace
- Animancer
.TransitionLibraries - Interfaces
-
- IComparable
<NamedIndex> - IEquatable
<NamedIndex>
- IComparable
- Base Types
-
- ValueType
graph BT
Type-->Base0["ValueType"]
Type-.->Interface0["IComparable<NamedIndex>"]
Type-.->Interface1["IEquatable<NamedIndex>"]
Type["NamedIndex"]
class Type type-node
Syntax
[Serializable]
public struct NamedIndex : ValueType, IComparable<NamedIndex>, IEquatable<NamedIndex>
Remarks
Documentation:
Transition Libraries
Attributes
Type | Description |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
NamedIndex |
Creates a new Animancer.TransitionLibraries.NamedIndex . |
Properties
Name | Value | Summary |
---|---|---|
Index | int |
The index.
|
Name | StringAsset |
The name.
|
Methods
Name | Value | Summary |
---|---|---|
CompareTo |
int |
Compares the
Animancer.TransitionLibraries.NamedIndex.Index then Animancer.TransitionLibraries.NamedIndex.Name . |
Equals |
bool |
Are all fields in this object equal to the equivalent fields in `other`?
|
Equals |
bool |
Are all fields in this object equal to the equivalent in `obj`?
|
GetHashCode |
int |
Returns a hash code based on the values of this object's fields.
|
ToString |
string |
Describes this value.
|
With |
NamedIndex |
Creates a new
Animancer.TransitionLibraries.NamedIndex . |
With |
NamedIndex |
Creates a new
Animancer.TransitionLibraries.NamedIndex . |
Operators
Name | Value | Summary |
---|---|---|
operator != |
bool | |
operator == |
bool |