Type tree

From Frozenbyte Wiki
Jump to: navigation, search

Type Tree

Type Tree
  • The Type Tree can be found from View → Type tree.
    • You may also use hotkeys CTRL+F3
  • The Type Tree contains every type available in the editor.
  • You can search the type tree using the search function located on top of the Type Tree window (if you know the name or part of the name of the type).
  • By opening the Properties window (hotkey CTRL+P) you'll be able to open up every type's properties for learning about its features.

AbstractCraftingWindow

Abstract crafting window 2.PNG

AbstractFont

  • All the available fonts in editor.

Abstract font.PNG

AbstractItem

  • AbstractItem Contains three subcategories, these are the items, that can be set as loots to lootable containers.
    • CraftingMaterial: All crafting materials (Shadwen).
    • Recipe: All schematics for craftable items (Shadwen).
    • Weapon: All weapons and distracting tools, including already crafted items and bombs (Shadwen).

Abstract item.PNG

AbstractManagerInstance

  • AbstractManagerInstance contains all the different managers in editor.
    • Managers help you to keep track on every entity/character/object/feature etc. set on your level.
    • You may, for example check the the types and total amount of every guard existing on your level by opening GameGuardManager's properties (properties window hotkeys CTRL+P) and expanding the GuardUHs property.

Abstract manager instance.PNG

AbstractMaterial

  • AbstractMaterial section contains:
  • GameMaterials
  • PhysicsMaterials

Abstract material.PNG

AbstractNavigationMeshType

  • All the NavigationMesh types in editor.

Abstract nav mesh.PNG

AbstractParticleType

  • All the different particle types in editor.

Abstract particle.PNG

AbstractSounds

Abstract sound all.PNG

BaseWidget

Base widget.PNG

ComponentBase

  • If you wish to see all the available components, they can be found under ComponentBase.
    • Components are the (invisible) parts you add to objects etc. on your level.
    • Components enable intended abilities/features.
    • In other words, components can't be physically dragged to the level from the Type Tree.
    • You can check the component's features by opening their properties (CTRL+P).

Component base 1.PNG

Component base 2.PNG

InstanceBase (Entities)

  • Under InstanceBase -> Entity you'll be able to find all the entities and objects (CollisionHelpers, Prefabs, art models, effects, Event entities, Checkpoint entities, Respawn points, Trigger areas etc.) that can be dragged to your level.

Instance base full.PNG

SceneBase

Scene base.PNG