TrueSync
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Properties | List of all members
TrueSync.TSCollider2D Class Referenceabstract

Abstract collider for 2D shapes. More...

Inheritance diagram for TrueSync.TSCollider2D:
TrueSync.TSBoxCollider2D TrueSync.TSCircleCollider2D TrueSync.TSPolygonCollider2D

Public Member Functions

abstract Physics2D.Shape CreateShape ()
 Creates the shape related to a concrete implementation of TSCollider.
 
void Awake ()
 Creates a new TSRigidBody when there is no one attached to this GameObject.
 
void Update ()
 
void Initialize (Physics2D.World world)
 Initializes Shape and RigidBody and sets initial values to position and orientation based on Unity's transform.
 
virtual void OnDrawGizmos ()
 Do a base matrix transformation to draw correctly all collider gizmos.
 

Public Attributes

bool isTrigger
 If it is only a trigger and doesn't interfere on collisions.
 
TSMaterial tsMaterial
 Simulated material.
 
TSTransform2D tsTransform
 

Protected Member Functions

abstract Vector3 GetGizmosSize ()
 Returns the gizmos size.
 
abstract void DrawGizmos ()
 Draws the specific gizmos of concrete collider (for example "Gizmos.DrawWireCube" for a TSBoxCollider).
 

Protected Attributes

TSVector lossyScale = TSVector.one
 Holds an first value of the GameObject's lossy scale.
 

Properties

Physics2D.Shape Shape [get, protected set]
 Shape used by a collider.
 
IBody2D Body [get]
 Returns RigidBody associated to this TSRigidBody.
 
TSVector2 Center [get, set]
 Center of the collider shape.
 
TSVector2 ScaledCenter [get]
 Returns a version of collider's center scaled by parent's transform.
 
TSRigidBody2D attachedRigidbody [get]
 Returns the TSRigidBody attached.
 
bool IsBodyInitialized [get]
 Returns true if the body was already initialized.
 

Detailed Description

Abstract collider for 2D shapes.

Definition at line 11 of file TSCollider2D.cs.


The documentation for this class was generated from the following file: