C# Class MeshDisassembler, ProjectPhoenix

Inheritance: MonoBehaviour
Afficher le fichier Open project: Alx666/ProjectPhoenix

Méthodes publiques

Свойство Type Description
MassForeachElement float
RootColliderAlwaysOn bool

Méthodes publiques

Méthode Description
Disassemble ( ) : void
Explode ( float MinExplosionForce, float MaxExplosionForce ) : void
Reassemble ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
FadeOutMeshRenderers ( ) : void
TurnOnMeshRenderers ( ) : void
WaitForFadeOut ( float duration ) : IEnumerator

Method Details

Disassemble() public méthode

public Disassemble ( ) : void
Résultat void

Explode() public méthode

public Explode ( float MinExplosionForce, float MaxExplosionForce ) : void
MinExplosionForce float
MaxExplosionForce float
Résultat void

Reassemble() public méthode

public Reassemble ( ) : void
Résultat void

Property Details

MassForeachElement public_oe property

public float MassForeachElement
Résultat float

RootColliderAlwaysOn public_oe property

public bool RootColliderAlwaysOn
Résultat bool