C# Класс UnityContrib.UnityEngine.TreeInstanceEx

Provides a set of helper methods for working with the T:UnityEngine.TreeInstance class.
Показать файл Открыть проект

Открытые методы

Метод Описание
Same ( this instance1, TreeInstance instance2 ) : bool

Compares two instances of T:UnityEngine.TreeInstance.

Описание методов

Same() публичный статический Метод

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 . ///
Результат bool