Search Results for

    Show / Hide Table of Contents

    Class CharacterController.OriginModes

    Specifies how a character controller capsule placement.

    Inheritance
    System.Object
    CharacterController.OriginModes
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class OriginModes : Enum

    Fields

    Base

    Character origin starts at capsule base position aka character feet placement.

    Declaration
    public const CharacterController.OriginModes Base
    Field Value
    CharacterController.OriginModes

    CapsuleCenter

    Character origin starts at capsule center (including Center offset properly).

    Declaration
    public const CharacterController.OriginModes CapsuleCenter
    Field Value
    CharacterController.OriginModes

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat