Struct ModifierInfo
Implements
IEquatable<ModifierInfo>
Namespace: Febucci.UI
Assembly: Febucci.TextAnimator.Runtime.dll
Syntax
public struct ModifierInfo : IEquatable<ModifierInfo>
Constructors
ModifierInfo(String, Single)
Declaration
public ModifierInfo(string name, float value)
Parameters
Type | Name | Description |
---|---|---|
String | name | |
Single | value |
Fields
name
Declaration
public string name
Field Value
Type | Description |
---|---|
String |
value
Declaration
public float value
Field Value
Type | Description |
---|---|
Single |
Methods
Equals(ModifierInfo)
Declaration
public bool Equals(ModifierInfo other)
Parameters
Type | Name | Description |
---|---|---|
ModifierInfo | other |
Returns
Type | Description |
---|---|
Boolean |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Implements
IEquatable<>