Click or drag to resize

Demo_CollideCreateSphere Class

An example of how to use ASL_ObjectCollider OnCollisionEnter. DO NOT USE. ASL_ObjectCollider does not suuport Unity physics, use ASL_ObjectCollider.OnTriggerEnter.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          SimpleDemosDemo_CollideCreateSphere

Namespace:  SimpleDemos
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class Demo_CollideCreateSphere : MonoBehaviour

The Demo_CollideCreateSphere type exposes the following members.

Constructors
  NameDescription
Public methodDemo_CollideCreateSphere
Initializes a new instance of the Demo_CollideCreateSphere class
Top
Methods
  NameDescription
Private methodcreateSphereOnCollitionEnter
Delegate function called by OnCollitionEnter by the ASL_ObjectCollider
Private methodStart
Top
Fields
See Also