BackgroundUI.Load
Declaration#
public void Load(GDTKBackground background)Parameters#
| Name | Description |
|---|---|
| background | Object load |
Description#
Load data
Usage#
Example
using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(BackgroundUI target, GDTKBackground other) { target.Load(other); }
}