C# Class UnityExtensions, Immersion

CLass containing some extension methods for Unity Objects
Afficher le fichier Open project: copygirl/Immersion Class Usage Examples

Méthodes publiques

Méthode Description
ResetPositionAndRotation ( this transform ) : void

Resets the transform's position and rotation.

Method Details

ResetPositionAndRotation() public static méthode

Resets the transform's position and rotation.
public static ResetPositionAndRotation ( this transform ) : void
transform this
Résultat void