Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
UnityExtensions
C# Class UnityExtensions, Immersion
CLass containing some extension methods for Unity Objects
显示文件
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