ListTargetCalculation Struct

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
ListTargetCalculation(float, float, float) Calculates the target of the specified parameters.
ListTargetCalculation(float, float, int, float) Calculates the target of the specified parameters.
ListTargetCalculation(int, float) 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.