C# Class AssetBundleGraph.AssetBundleGraphEditorWindow.ScalePoint

Show file Open project: unity3d-jp/AssetGraph

Public Properties

Property Type Description
scaledDistance int
startScale float
x float
y float

Public Methods

Method Description
ScalePoint ( Vector2 point, float scaleFactor, int scaledDistance ) : System

Method Details

ScalePoint() public method

public ScalePoint ( Vector2 point, float scaleFactor, int scaledDistance ) : System
point Vector2
scaleFactor float
scaledDistance int
return System

Property Details

scaledDistance public property

public int scaledDistance
return int

startScale public property

public float startScale
return float

x public property

public float x
return float

y public property

public float y
return float