C# Class Unity.IL2CPP.StackAnalysis.StackState

Mostrar archivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
Clone ( ) : StackState
Merge ( StackState other ) : void

Method Details

Clone() public method

public Clone ( ) : StackState
return StackState

Merge() public method

public Merge ( StackState other ) : void
other StackState
return void