C# Class SmoothGrow, fukami

Inheritance: MonoBehaviour
Afficher le fichier Open project: homoluden/fukami

Méthodes publiques

Свойство Type Description
EndMassScale float
EndScaleX float
EndScaleY float
GrowTime float
StartMassScale float
StartScaleX float
StartScaleY float

Méthodes publiques

Méthode Description
AddChild ( GameObject child, Vector2 hingeAnchor ) : void
Start ( ) : void
Update ( ) : void

Method Details

AddChild() public méthode

public AddChild ( GameObject child, Vector2 hingeAnchor ) : void
child GameObject
hingeAnchor Vector2
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

EndMassScale public_oe property

public float EndMassScale
Résultat float

EndScaleX public_oe property

public float EndScaleX
Résultat float

EndScaleY public_oe property

public float EndScaleY
Résultat float

GrowTime public_oe property

public float GrowTime
Résultat float

StartMassScale public_oe property

public float StartMassScale
Résultat float

StartScaleX public_oe property

public float StartScaleX
Résultat float

StartScaleY public_oe property

public float StartScaleY
Résultat float