Table of Contents

Class SplitWindowContent

Namespace
AO
Assembly
CoreAssembly.dll
public class SplitWindowContent : WindowContent
Inheritance
SplitWindowContent
Inherited Members
Extension Methods

Fields

Axis

public SplitAxis Axis

Field Value

SplitAxis

First

public WindowContent First

Field Value

WindowContent

Second

public WindowContent Second

Field Value

WindowContent

SplitRatio

public float SplitRatio

Field Value

float

Methods

TryGet<T>()

public override T TryGet<T>() where T : WindowContent

Returns

T

Type Parameters

T