C# Class ScaleSpring, PlaycraftingArcadeShooter

Inheritance: MonoBehaviour
Mostra file Open project: ssameng/PlaycraftingArcadeShooter Class Usage Examples

Public Properties

Property Type Description
damping float
strength float
targetScale Vector3

Public Methods

Method Description
AddForce ( Vector3 force ) : void
Update ( ) : void

Method Details

AddForce() public method

public AddForce ( Vector3 force ) : void
force Vector3
return void

Update() public method

public Update ( ) : void
return void

Property Details

damping public_oe property

public float damping
return float

strength public_oe property

public float strength
return float

targetScale public_oe property

public Vector3 targetScale
return Vector3