Search Results for

    Show / Hide Table of Contents

    Struct MovementCollisionInfo

    Holds info for the VectorMovementCollision method.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Oasys.Common.Extensions
    Assembly: Oasys.Common.dll
    Syntax
    public struct MovementCollisionInfo

    Fields

    CollisionPosition

    Collision position.

    Declaration
    public Vector2 CollisionPosition
    Field Value
    Type Description
    SharpDX.Vector2

    CollisionTime

    Collision Time from calculation.

    Declaration
    public float CollisionTime
    Field Value
    Type Description
    System.Single

    Properties

    Item[Int32]

    Information accessor.

    Declaration
    public readonly object this[int i] { get; }
    Parameters
    Type Name Description
    System.Int32 i

    The Indexer.

    Property Value
    Type Description
    System.Object

    The System.Object.

    Extension Methods

    Extensions.ClearFlags<T>(T, T)
    Extensions.GetFlagDescription<T>(T)
    Extensions.GetFlags<T>(T)
    Extensions.In<T>(T, T[])
    Extensions.SetFlags<T>(T, T, Boolean)
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾