C# Class ValueTypeChange, UnityDecompiled

Exibir arquivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
Target object
Value object

Public Methods

Method Description
Propagate ( ) : bool
ValueTypeChange ( object target, object value )

Method Details

Propagate() public abstract method

public abstract Propagate ( ) : bool
return bool

ValueTypeChange() public method

public ValueTypeChange ( object target, object value )
target object
value object

Property Details

Target public_oe property

public object Target
return object

Value public_oe property

public object Value
return object