32 lines
992 B
Plaintext
32 lines
992 B
Plaintext
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 |