Team Class

Summary

A UnityEngine.ScriptableObject representing the relationships between factions.
Assembly
PlatformerGameKit.dll
Namespace
PlatformerGameKit
Base Types
  • ScriptableObject
graph BT Type-->Base0["ScriptableObject"] Type["Team"] class Type type-node

Syntax

[CreateAssetMenu(menuName = Strings.MenuPrefix + nameof(Team), fileName = nameof(Team))]
[HelpURL(Strings.APIDocumentation + "/" + nameof(Team))]
public sealed class Team : ScriptableObject

Remarks

Documentation: Teams

Attributes

Type Description
CreateAssetMenuAttribute
HelpURLAttribute

Properties

Name Value Summary
Allies Team[]

Extension Methods