feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/BloodImpactBehaviour.html
|
||||
Title: People Playground Modding - BloodImpactBehaviour
|
||||
==================================================
|
||||
|
||||
public class BloodImpactBehaviour
|
||||
Inherits MonoBehaviour
|
||||
Has references to all particle systems on the blood impact effect.
|
||||
Fields
|
||||
public ParticleSystem MainSystem
|
||||
This is obsolete. You should use ParticleSystemsToAdjust
|
||||
|
||||
public ParticleSystem Debris
|
||||
This is obsolete. You should use ParticleSystemsToAdjust
|
||||
|
||||
public ParticleSystem Debris2
|
||||
This is obsolete. You should use ParticleSystemsToAdjust
|
||||
|
||||
public ParticleSystem Trail
|
||||
This is obsolete. You should use ParticleSystemsToAdjust
|
||||
|
||||
public ParticleSystem UnderWaterPuff
|
||||
This is obsolete. You should use ParticleSystemsToAdjust
|
||||
|
||||
public ParticleSystem[] ParticleSystemsToAdjust
|
||||
No description provided
|
||||
|
||||
public FancyBloodSplatController FancyBloodSplatController
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public void SetColor(Color color)
|
||||
Set the effective blood colour
|
||||
Reference in New Issue
Block a user