Summary
A generic set of objects corresponding to up/right/down/left with diagonals as well.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Base Types
-
- ScriptableObject
- DirectionalSet
<T> - DirectionalSet4
<T>
- Derived Types
graph BT
Type-->Base0["DirectionalSet4<T>"]
Base0-->Base1["DirectionalSet<T>"]
Base1-->Base2["ScriptableObject"]
Type["DirectionalSet8<T>"]
class Type type-node
Derived0["DirectionalAnimationSet8"]-->Type
click Derived0 "/animancer/api/Animancer/DirectionalAnimationSet8"
Syntax
[AnimancerHelpUrl(typeof(DirectionalSet8<>))]
public class DirectionalSet8<T> : DirectionalSet4<T>
Remarks
Documentation:
Directional Animation Sets
Attributes
Type | Description |
---|---|
Animancer |
[Assert-Conditional]
A UnityEngine.HelpURLAttribute which points to Animancer's documentation.
|
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Value | Summary |
---|---|---|
DirectionCount | int | |
DownLeft | T |
[
UnityEngine.SerializeField ] The object for Animancer.Direction8.DownLeft . |
DownRight | T |
[
UnityEngine.SerializeField ] The object for Animancer.Direction8.DownRight . |
UpLeft | T |
[
UnityEngine.SerializeField ] The object for Animancer.Direction8.UpLeft . |
UpRight | T |
[
UnityEngine.SerializeField ] The object for Animancer.Direction8.UpRight . |
Methods
Name | Value | Summary |
---|---|---|
Get |
T |
Returns the object associated with the specified `direction`.
|
GetDirectionName |
string |