C# Class UnityPlatformer.Collider2DRenderer

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: llafuente/unity-platformer Class Usage Examples

Protected Properties

Property Type Description
_default_material UnityEngine.Material
_mf UnityEngine.MeshFilter
_mr UnityEngine.MeshRenderer

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
OnValidate ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

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

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnValidate() public method

public OnValidate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

_default_material static_oe protected_oe property

static protected Material,UnityEngine _default_material
return UnityEngine.Material

_mf protected_oe property

protected MeshFilter,UnityEngine _mf
return UnityEngine.MeshFilter

_mr protected_oe property

protected MeshRenderer,UnityEngine _mr
return UnityEngine.MeshRenderer