C# Class UnityContrib.UnityEngine.TreeInstanceEx

Provides a set of helper methods for working with the T:UnityEngine.TreeInstance class.
Mostrar archivo Open project: UnityContrib/framework

Public Methods

Method Description
Same ( this instance1, TreeInstance instance2 ) : bool

Compares two instances of T:UnityEngine.TreeInstance.

Method Details

Same() public static method

Compares two instances of T:UnityEngine.TreeInstance.
public static Same ( this instance1, TreeInstance instance2 ) : bool
instance1 this /// One of the . ///
instance2 UnityEngine.TreeInstance /// The other . ///
return bool