feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/ProceduralShatterMaterialPool.html
|
||||
Title: People Playground Modding - ProceduralShatterMaterialPool
|
||||
==================================================
|
||||
|
||||
public class ProceduralShatterMaterialPool
|
||||
Inherits MonoBehaviour
|
||||
No description provided
|
||||
Fields
|
||||
public Material Base
|
||||
No description provided
|
||||
|
||||
public Texture2D[] ShatterMasks
|
||||
No description provided
|
||||
|
||||
public Dictionary<Sprite, Material> Pool
|
||||
No description provided
|
||||
|
||||
Properties
|
||||
public static ProceduralShatterMaterialPool Instance { get; private set; }
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public static Material Get(Sprite sprite)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user