C# Class UEx.TransformX

Transform extensions
Afficher le fichier Open project: jbruening/unity3d-extensions

Méthodes publiques

Méthode Description
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

Method Details

DeepSearch() public static méthode

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
Résultat UnityEngine.Transform

backward() public static méthode

opposite of forward
public static backward ( this t ) : Vector3
t this
Résultat UnityEngine.Vector3

down() public static méthode

opposite of up
public static down ( this t ) : Vector3
t this
Résultat UnityEngine.Vector3

left() public static méthode

opposite of right
public static left ( this t ) : Vector3
t this
Résultat UnityEngine.Vector3