Show / Hide Table of Contents

Class ImScrollAreaStyleExtensions

Inheritance
System.Object
ImScrollAreaStyleExtensions
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: InitialPrefabs.NimGui
Assembly: InitialPrefabs.ImGui.dll
Syntax
public static class ImScrollAreaStyleExtensions

Methods

GetButtonStyle(in ImScrollAreaStyle)

Sets the implicit button style in the slider.

Declaration
public static ImButtonStyle GetButtonStyle(this in ImScrollAreaStyle style)
Parameters
Type Name Description
ImScrollAreaStyle style

The reference to the ImSliderStlye.

Returns
Type Description
ImButtonStyle

The same reference to the ImScrollAreaStyle.

WithButtonStyle(ref ImScrollAreaStyle, in ImButtonStyle)

Sets the implicit button style in the slider.

Declaration
public static ref ImScrollAreaStyle WithButtonStyle(this ref ImScrollAreaStyle scroll, in ImButtonStyle style)
Parameters
Type Name Description
ImScrollAreaStyle scroll

The reference to the ImScrollAreaStyle.

ImButtonStyle style

The reference to the ImSliderStlye.

Returns
Type Description
ImScrollAreaStyle

The same reference to the ImScrollAreaStyle.

In This Article
Back to top Generated by DocFX