C# Class scaleLarger

Inheritance: MonoBehaviour
显示文件 Open project: SNUGDC/stardust

Public Properties

Property Type Description
Parent GameObject
Target GameObject
newScale Vector3
scaled bool
triggerWork bool

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Update() public method

public Update ( ) : void
return void

Property Details

Parent public_oe property

public GameObject Parent
return GameObject

Target public_oe property

public GameObject Target
return GameObject

newScale public_oe property

public Vector3 newScale
return Vector3

scaled public_oe property

public bool scaled
return bool

triggerWork public_oe property

public bool triggerWork
return bool