C# Class AssetBundleGraph.AssetBundleGraphEditorWindow.ScalePoint

Afficher le fichier Open project: unity3d-jp/AssetGraph

Méthodes publiques

Свойство Type Description
scaledDistance int
startScale float
x float
y float

Méthodes publiques

Méthode Description
ScalePoint ( Vector2 point, float scaleFactor, int scaledDistance ) : System

Method Details

ScalePoint() public méthode

public ScalePoint ( Vector2 point, float scaleFactor, int scaledDistance ) : System
point Vector2
scaleFactor float
scaledDistance int
Résultat System

Property Details

scaledDistance public_oe property

public int scaledDistance
Résultat int

startScale public_oe property

public float startScale
Résultat float

x public_oe property

public float x
Résultat float

y public_oe property

public float y
Résultat float