Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
SocialGame
ShakeObject
C# Class SocialGame.ShakeObject
Inheritance:
UnityEngine.MonoBehaviour
ファイルを表示
Open project: BrainProject/UnityTemp
Public Properties
Property
Type
Description
Objects
UnityEngine.Transform[]
center
UnityEngine.Vector3
height
float
width
float
Public Methods
Method
Description
Shake
( ) :
void
Shake with objects.
Start
( ) :
void
Method Details
Shake()
public
method
Shake with objects.
public
Shake
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
Objects
public_oe property
public
Transform[],UnityEngine
Objects
return
UnityEngine.Transform[]
center
public_oe property
public
Vector3,UnityEngine
center
return
UnityEngine.Vector3
height
public_oe property
public
float
height
return
float
width
public_oe property
public
float
width
return
float