Class ObstacleConfig
Inheritance
System.Object
ObstacleConfig
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 ObstacleConfig
Properties
Duration
Declaration
public float Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
LineIndex
Declaration
public int LineIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
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 |
Width
Declaration
public float Width { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |