C# Class SimplePooling, Westworld_AI_toolkit

Inheritance: MonoBehaviour
Afficher le fichier Open project: 0000101010b/Westworld_AI_toolkit Class Usage Examples

Méthodes publiques

Свойство Type Description
Prefab GameObject,
grid ].bool[
height int
parent GameObject,
width int

Méthodes publiques

Méthode Description
Awake ( ) : void
DespawnPrefab ( ) : void
OnDrawGizmos ( ) : void
SpawnPrefab ( Vector3, pos ) : void
Update ( ) : void

Private Methods

Méthode Description
SetMaterial ( int x, int y ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

DespawnPrefab() public méthode

public DespawnPrefab ( ) : void
Résultat void

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

SpawnPrefab() public méthode

public SpawnPrefab ( Vector3, pos ) : void
pos Vector3,
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Prefab public_oe property

public GameObject, Prefab
Résultat GameObject,

grid public_oe property

public bool[,] grid
Résultat ].bool[

height public_oe property

public int height
Résultat int

parent public_oe property

public GameObject, parent
Résultat GameObject,

width public_oe property

public int width
Résultat int