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))]
[PlatformerHelpUrl(typeof(Team))]
public class Team : ScriptableObject
Remarks
Documentation:
Teams
Attributes
Type | Description |
---|---|
Create |
|
Platformer |
[Assert-Conditional]
A UnityEngine.HelpURLAttribute which points to Platformer Game Kit's documentation.
|
Properties
Name | Value | Summary |
---|---|---|
Allies | Team[] |
Extension Methods
Name | Value | Summary |
---|---|---|
IsAlly |
bool |
From PlatformerUtilities
|
IsEnemy |
bool |
From PlatformerUtilities
|
IsEnemy |
bool |
From PlatformerUtilities
|