C# Class UnityExtensions, Immersion

CLass containing some extension methods for Unity Objects
Datei anzeigen Open project: copygirl/Immersion Class Usage Examples

Public Methods

Method Description
ResetPositionAndRotation ( this transform ) : void

Resets the transform's position and rotation.

Method Details

ResetPositionAndRotation() public static method

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