C# Class SliceValueTypeChange, UnityDecompiled

Inheritance: UnityRuntimeServices.ValueTypeChange
Mostra file Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
Index object

Public Methods

Method Description
Propagate ( ) : bool
SliceValueTypeChange ( object target, object index, object value )

Method Details

Propagate() public method

public Propagate ( ) : bool
return bool

SliceValueTypeChange() public method

public SliceValueTypeChange ( object target, object index, object value )
target object
index object
value object

Property Details

Index public_oe property

public object Index
return object