C# Class Explodable, Unity-2D-Destruction

Inheritance: MonoBehaviour
Afficher le fichier Open project: mjholtzem/Unity-2D-Destruction Class Usage Examples

Méthodes publiques

Свойство Type Description
OnFragmentsGenerated System.Action>
allowRuntimeFragmentation bool
extraPoints int
fragmentLayer string
fragments List
orderInLayer int
shatterType ShatterType
sortingLayerName string
subshatterSteps int

Méthodes publiques

Méthode Description
OnDrawGizmos ( ) : void
deleteFragments ( ) : void
explode ( ) : void

Creates fragments if necessary and destroys original gameobject

fragmentInEditor ( ) : void

Creates fragments and then disables them

Private Methods

Méthode Description
generateFragments ( ) : void

Turns Gameobject into multiple fragments

rotateAroundPivot ( Vector2 point, Vector2 pivot, Quaternion angle ) : Vector2
setPolygonsForDrawing ( ) : void

Method Details

OnDrawGizmos() public méthode

public OnDrawGizmos ( ) : void
Résultat void

deleteFragments() public méthode

public deleteFragments ( ) : void
Résultat void

explode() public méthode

Creates fragments if necessary and destroys original gameobject
public explode ( ) : void
Résultat void

fragmentInEditor() public méthode

Creates fragments and then disables them
public fragmentInEditor ( ) : void
Résultat void

Property Details

OnFragmentsGenerated public_oe property

public System.Action> OnFragmentsGenerated
Résultat System.Action>

allowRuntimeFragmentation public_oe property

public bool allowRuntimeFragmentation
Résultat bool

extraPoints public_oe property

public int extraPoints
Résultat int

fragmentLayer public_oe property

public string fragmentLayer
Résultat string

fragments public_oe property

public List fragments
Résultat List

orderInLayer public_oe property

public int orderInLayer
Résultat int

shatterType public_oe property

public ShatterType shatterType
Résultat ShatterType

sortingLayerName public_oe property

public string sortingLayerName
Résultat string

subshatterSteps public_oe property

public int subshatterSteps
Résultat int