Summary
[Editor-Only] A utility for calculating where a pointer is aiming inside a uniformly sized list.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
-
- ValueType
graph BT
Type-->Base0["ValueType"]
Type["ListTargetCalculation"]
class Type type-node
Syntax
public struct ListTargetCalculation : ValueType
Constructors
| Name | Summary |
|---|---|
| List |
Calculates the target of the specified parameters. |
| List |
Calculates the target of the specified parameters. |
| List |
Creates a new Animancer.Editor.ListTargetCalculation. |
Fields
| Name | Constant Value | Summary |
|---|---|---|
| Index |
The target list index.
|
|
| LocalOffset |
The target position within the target list index.
|
Methods
| Name | Value | Summary |
|---|---|---|
| ToString |
string |
Describes the
Animancer.Editor.ListTargetCalculation.Index and Animancer.Editor.ListTargetCalculation.LocalOffset. |