A 2D Farming RPG
This is just a simple 2D farming RPG game
Loading...
Searching...
No Matches
AnimationOverrides Class Reference
Inheritance diagram for AnimationOverrides:
Inheritance graph
Collaboration diagram for AnimationOverrides:
Collaboration graph

Public Member Functions

void ApplyCharacterCustomisationParameters (List< CharacterAttribute > characterAttributesList)
 Handles the animation overrides More...
 

Private Member Functions

void Start ()
 Initialize the lists More...
 

Private Attributes

GameObject m_Character = null
 
SO_AnimationType[] m_SOAnimationTypeArray = null
 
Dictionary< AnimationClip, SO_AnimationTypem_AnimationTypeDictionaryByAnimation
 
Dictionary< string, SO_AnimationTypem_AnimationTypeDictionaryByCompositeAttributeKey
 

Detailed Description

Definition at line 5 of file AnimationOverrides.cs.

Member Function Documentation

◆ ApplyCharacterCustomisationParameters()

void AnimationOverrides.ApplyCharacterCustomisationParameters ( List< CharacterAttribute characterAttributesList)
inline

Handles the animation overrides

Parameters
characterAttributesList

Definition at line 41 of file AnimationOverrides.cs.

Here is the caller graph for this function:

◆ Start()

void AnimationOverrides.Start ( )
inlineprivate

Initialize the lists

Definition at line 16 of file AnimationOverrides.cs.

Field Documentation

◆ m_AnimationTypeDictionaryByAnimation

Dictionary<AnimationClip, SO_AnimationType> AnimationOverrides.m_AnimationTypeDictionaryByAnimation
private

Definition at line 10 of file AnimationOverrides.cs.

◆ m_AnimationTypeDictionaryByCompositeAttributeKey

Dictionary<string, SO_AnimationType> AnimationOverrides.m_AnimationTypeDictionaryByCompositeAttributeKey
private

Definition at line 11 of file AnimationOverrides.cs.

◆ m_Character

GameObject AnimationOverrides.m_Character = null
private

Definition at line 7 of file AnimationOverrides.cs.

◆ m_SOAnimationTypeArray

SO_AnimationType [] AnimationOverrides.m_SOAnimationTypeArray = null
private

Definition at line 8 of file AnimationOverrides.cs.


The documentation for this class was generated from the following file: