Show / Hide Table of Contents

Class Limit

Defines a limit for sample collision detection on a track

Inheritance
System.Object
Limit
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Phoenix.Input
Assembly: Phoenix.Plugin.Input.dll
Syntax
public class Limit

Constructors

View Source

Limit(Int32, Int32)

Initializes a new instance of the Limit class

Declaration
public Limit(int minTick, int maxTick)
Parameters
Type Name Description
System.Int32 minTick

Minimum extent in ticks

System.Int32 maxTick

Maximum extent in ticks

Properties

View Source

Extent

Gets the total extent

Declaration
public int Extent { get; }
Property Value
Type Description
System.Int32
View Source

Max

Gets or sets the maximum extent

Declaration
public int Max { get; set; }
Property Value
Type Description
System.Int32
View Source

Min

Gets or sets the minimum extent

Declaration
public int Min { get; set; }
Property Value
Type Description
System.Int32
  • View Source
In This Article
Back to top Generated by DocFX