C# Class SocialGame.ShakeObject

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen 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