Table of Contents

Class PropertyOwnerObject

Namespace
TaleWorlds.GauntletUI
Assembly
TaleWorlds.GauntletUI.dll
public class PropertyOwnerObject
Inheritance
PropertyOwnerObject
Derived
Inherited Members

Constructors

PropertyOwnerObject()

public PropertyOwnerObject()

Methods

OnPropertyChanged(bool, string)

protected void OnPropertyChanged(bool value, string propertyName = null)

Parameters

value bool
propertyName string

OnPropertyChanged(double, string)

protected void OnPropertyChanged(double value, string propertyName = null)

Parameters

value double
propertyName string

OnPropertyChanged(int, string)

protected void OnPropertyChanged(int value, string propertyName = null)

Parameters

value int
propertyName string

OnPropertyChanged(Vector2, string)

protected void OnPropertyChanged(Vector2 value, string propertyName = null)

Parameters

value Vector2
propertyName string

OnPropertyChanged(float, string)

protected void OnPropertyChanged(float value, string propertyName = null)

Parameters

value float
propertyName string

OnPropertyChanged(uint, string)

protected void OnPropertyChanged(uint value, string propertyName = null)

Parameters

value uint
propertyName string

OnPropertyChanged(Color, string)

protected void OnPropertyChanged(Color value, string propertyName = null)

Parameters

value Color
propertyName string

OnPropertyChanged(Vec2, string)

protected void OnPropertyChanged(Vec2 value, string propertyName = null)

Parameters

value Vec2
propertyName string

OnPropertyChanged<T>(T, string)

protected void OnPropertyChanged<T>(T value, string propertyName = null) where T : class

Parameters

value T
propertyName string

Type Parameters

T

Events

ColorPropertyChanged

public event Action<PropertyOwnerObject, string, Color> ColorPropertyChanged

Event Type

Action<PropertyOwnerObject, string, Color>

PropertyChanged

public event Action<PropertyOwnerObject, string, object> PropertyChanged

Event Type

Action<PropertyOwnerObject, string, object>

Vec2PropertyChanged

public event Action<PropertyOwnerObject, string, Vec2> Vec2PropertyChanged

Event Type

Action<PropertyOwnerObject, string, Vec2>

Vector2PropertyChanged

public event Action<PropertyOwnerObject, string, Vector2> Vector2PropertyChanged

Event Type

Action<PropertyOwnerObject, string, Vector2>

boolPropertyChanged

public event Action<PropertyOwnerObject, string, bool> boolPropertyChanged

Event Type

Action<PropertyOwnerObject, string, bool>

doublePropertyChanged

public event Action<PropertyOwnerObject, string, double> doublePropertyChanged

Event Type

Action<PropertyOwnerObject, string, double>

floatPropertyChanged

public event Action<PropertyOwnerObject, string, float> floatPropertyChanged

Event Type

Action<PropertyOwnerObject, string, float>

intPropertyChanged

public event Action<PropertyOwnerObject, string, int> intPropertyChanged

Event Type

Action<PropertyOwnerObject, string, int>

uintPropertyChanged

public event Action<PropertyOwnerObject, string, uint> uintPropertyChanged

Event Type

Action<PropertyOwnerObject, string, uint>

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).