StatsDatabaseV2.backgrounds
public static List<GDTKBackground> backgrounds { get; }Description#
List of all Backgrounds
Usage#
Example
using NullSave.GDTK.Statsusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatsDatabaseV2 target) { System.Collections.Generic.List<GDTKBackground> result = target.backgrounds; } }