C# Class UnityPlatformer.Collider2DRenderer

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: llafuente/unity-platformer Class Usage Examples

Protected Properties

Свойство Type Description
_default_material UnityEngine.Material
_mf UnityEngine.MeshFilter
_mr UnityEngine.MeshRenderer

Méthodes publiques

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void
OnValidate ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
GetBoxCorners ( BoxCollider2D box ) : UnityEngine.Vector3[]
RotatePointAroundPivot ( Vector3 point, Vector3 pivot, Vector3 angles ) : Vector3

Method Details

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnValidate() public méthode

public OnValidate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

_default_material static_oe protected_oe property

static protected Material,UnityEngine _default_material
Résultat UnityEngine.Material

_mf protected_oe property

protected MeshFilter,UnityEngine _mf
Résultat UnityEngine.MeshFilter

_mr protected_oe property

protected MeshRenderer,UnityEngine _mr
Résultat UnityEngine.MeshRenderer