Composite key for technique animation lookup
Korean: 기술 애니메이션 키
Combines stance, technique type, target body part, and intensity to uniquely identify the appropriate animation to play.
const key: TechniqueAnimationKey = { stance: TrigramStance.GEON, techniqueType: 'strike', bodyPart: BodyPart.HEAD, intensity: 'heavy',}; Copy
const key: TechniqueAnimationKey = { stance: TrigramStance.GEON, techniqueType: 'strike', bodyPart: BodyPart.HEAD, intensity: 'heavy',};
기술애니메이션키
Readonly
Target body part
Attack intensity level
Trigram stance (8 stances)
Technique category
Composite key for technique animation lookup
Korean: 기술 애니메이션 키
Combines stance, technique type, target body part, and intensity to uniquely identify the appropriate animation to play.
Example
Korean
기술애니메이션키