Show / Hide Table of Contents

    Class MonoBehaviour4

    Base class to get access with main Engine4 components

    public class MonoBehaviour4 : MonoBehaviour
    Namespace Engine4
    Inheritance
    System.Object
    MonoBehaviour4
    ProjectorJob
    Collider4
    ConstantForce4
    Physics4
    Rigidbody4
    Renderer4
    Debugger4
    GizmosContainer4
    GizmosRenderer4
    Modeler4
    Modifier4
    Visualizer4
    Viewer4

    Constructors

    MonoBehaviour4()

    public MonoBehaviour4()

    Properties

    physics4

    Direct access to Physics4

    public static Physics4 physics4 { get; }

    renderer4

    Direct access to Renderer4

    public Renderer4 renderer4 { get; }

    rigidbody4

    Direct access to Rigidbody4

    public Rigidbody4 rigidbody4 { get; }

    transform4

    Direct access to Transform4

    public Transform4 transform4 { get; }

    viewer4

    Direct access to Viewer4

    public static Viewer4 viewer4 { get; }

    Methods

    Instantiate(GameObject, Vector4, Matrix4)

    Instantiate with given four-dimensional position and rotation

    public static GameObject Instantiate(GameObject g, Vector4 position, Matrix4 rotation)
    ▲ Copyright © 2017 Wello Soft