Search Results for

    Show / Hide Table of Contents

    Interface IPhysicAction3D

    Interface for a character controller.

    Namespace: Evergine.Framework.Physics3D
    Assembly: Evergine.Framework.dll
    Syntax
    public interface IPhysicAction3D

    Properties

    InternalController

    Gets the internal body.

    Declaration
    object InternalController { get; }
    Property Value
    Type Description
    object

    UserData

    Gets or sets the user's data.

    Declaration
    object UserData { get; set; }
    Property Value
    Type Description
    object

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX