C# Class SinglePlayer.MergeGroup

Afficher le fichier Open project: tommai78101/Multiplier Class Usage Examples

Méthodes publiques

Свойство Type Description
elapsedTime float
merge GameObject
mergePosition Vector3
mergeScale Vector3
origin Vector3
owner GameObject
ownerPosition Vector3
ownerScale Vector3
scaling float

Méthodes publiques

Méthode Description
MergeGroup ( GameObject owner, GameObject merge, float scaleFactor ) : System.Collections.Generic
Update ( ) : void

Method Details

MergeGroup() public méthode

public MergeGroup ( GameObject owner, GameObject merge, float scaleFactor ) : System.Collections.Generic
owner GameObject
merge GameObject
scaleFactor float
Résultat System.Collections.Generic

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

elapsedTime public_oe property

public float elapsedTime
Résultat float

merge public_oe property

public GameObject merge
Résultat GameObject

mergePosition public_oe property

public Vector3 mergePosition
Résultat Vector3

mergeScale public_oe property

public Vector3 mergeScale
Résultat Vector3

origin public_oe property

public Vector3 origin
Résultat Vector3

owner public_oe property

public GameObject owner
Résultat GameObject

ownerPosition public_oe property

public Vector3 ownerPosition
Résultat Vector3

ownerScale public_oe property

public Vector3 ownerScale
Résultat Vector3

scaling public_oe property

public float scaling
Résultat float