Available in the Gaming / Industries Circle
quantum | v2 switch to V1  

Cards

Overview

There are two types of cards, Units and EffectAreas. Each one of them has its own settings type called UnitSettings and EffectAreaSettings respectively. Every component’s parameter can be set in these settings.

トップに戻る
 

Unit

Most units are composed by the following components

  • Transform2D
  • Unit
  • Health
  • Target
  • Movement
  • NavMeshSteeringAgent
  • NavMeshPathfinder
  • NavMeshAvoidanceAgent
  • UnitAI
  • Weapon
  • UnitStats
  • Buffs

トップに戻る
 

EffectArea

EffectAreas are time limited circular areas applying different behaviours to Units inside it. EffectAreas are composed by the following components:

  • Transform2D
  • EffectArea

トップに戻る
 

Settings

All parameters of the components are set in UnitSettings and EffectAreaSettings. This allows several cards to reference the same prefab. For example, the skeleton prefab is used by three different CardSettings.

Tower Rush Header
Tower Rush Header

ドキュメントのトップへ戻る