AssetBundleGraph.AssetBundleGraphEditorWindow.AssetBundleGraphSelection.AssetBundleGraphSelection C# (CSharp) Method

AssetBundleGraphSelection() public method

public AssetBundleGraphSelection ( Vector2 position ) : System
position Vector2
return System
            public AssetBundleGraphSelection(Vector2 position)
            {
                this.x = position.x;
                this.y = position.y;
            }
AssetBundleGraphEditorWindow.AssetBundleGraphSelection