Class SimpleConstraintSoundProfile
- Namespace
- CounterStrikeSharp.API.Core
- Assembly
- CounterStrikeSharp.API.dll
public class SimpleConstraintSoundProfile : NativeObject
- Inheritance
-
object
SimpleConstraintSoundProfile
- Inherited Members
-
Constructors
SimpleConstraintSoundProfile(nint)
public SimpleConstraintSoundProfile(nint pointer)
Parameters
pointer
nint
Properties
KeyPoints
[SchemaMember("SimpleConstraintSoundProfile", "m_keyPoints")]
public Span<float> KeyPoints { get; }
Property Value
- Span<float>
ReversalSoundThresholds
[SchemaMember("SimpleConstraintSoundProfile", "m_reversalSoundThresholds")]
public Span<float> ReversalSoundThresholds { get; }
Property Value
- Span<float>