Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
StormsProject
Rotator
C# Class StormsProject.Rotator
Inheritance:
UnityEngine.MonoBehaviour
Mostra file
Open project: patferguson/Storms-Project
Public Properties
Property
Type
Description
rotationAxis
UnityEngine.Vector3
speed
float
Public Methods
Method
Description
Awake
( ) :
void
Start
( ) :
void
Update
( ) :
void
Method Details
Awake()
public
method
public
Awake
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
rotationAxis
public_oe property
public
Vector3,UnityEngine
rotationAxis
return
UnityEngine.Vector3
speed
public_oe property
public
float
speed
return
float