Show / Hide Table of Contents

Class EventConfig

Inheritance
System.Object
EventConfig
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Audio.BeatMappingConfigs
Assembly: cs.temp.dll.dll
Syntax
public class EventConfig

Properties

Time

Declaration
public float Time { get; set; }
Property Value
Type Description
System.Single

Type

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

Value

Declaration
public int Value { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX