C# Класс UEx.TransformX

Transform extensions
Показать файл Открыть проект

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

Метод Описание
DeepSearch ( this t, string name ) : Transform

Deep search the heirarchy of the specified transform for the name. Uses width-first search.

backward ( this t ) : Vector3

opposite of forward

down ( this t ) : Vector3

opposite of up

left ( this t ) : Vector3

opposite of right

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

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

Deep search the heirarchy of the specified transform for the name. Uses width-first search.
public static DeepSearch ( this t, string name ) : Transform
t this
name string
Результат UnityEngine.Transform

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

opposite of forward
public static backward ( this t ) : Vector3
t this
Результат UnityEngine.Vector3

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

opposite of up
public static down ( this t ) : Vector3
t this
Результат UnityEngine.Vector3

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

opposite of right
public static left ( this t ) : Vector3
t this
Результат UnityEngine.Vector3