C# Class WMG_Random_Graph, WikipediaVisualization

Inheritance: MonoBehaviour
ファイルを表示 Open project: baocin/WikipediaVisualization Class Usage Examples

Public Properties

Property Type Description
centerPropogate bool
createOnStart bool
debugRandomGraph bool
linkPrefab Object
maxAngleRange float
maxNeighborAttempts int
maxRandomLinkLength float
maxRandomNumberNeighbors int
minAngle float
minAngleRange float
minRandomLinkLength float
minRandomNumberNeighbors int
noLinkIntersection bool
noLinkNodeIntersection bool
noLinkNodeIntersectionRadiusPadding float
noNodeIntersection bool
noNodeIntersectionRadiusPadding float
nodePrefab Object
numNodes int

Public Methods

Method Description
Awake ( ) : void
GenerateGraph ( ) : List
GenerateGraphFromNode ( WMG_Node, fromNode ) : List

Method Details

Awake() public method

public Awake ( ) : void
return void

GenerateGraph() public method

public GenerateGraph ( ) : List
return List

GenerateGraphFromNode() public method

public GenerateGraphFromNode ( WMG_Node, fromNode ) : List
fromNode WMG_Node,
return List

Property Details

centerPropogate public_oe property

public bool centerPropogate
return bool

createOnStart public_oe property

public bool createOnStart
return bool

debugRandomGraph public_oe property

public bool debugRandomGraph
return bool

linkPrefab public_oe property

public Object linkPrefab
return Object

maxAngleRange public_oe property

public float maxAngleRange
return float

maxNeighborAttempts public_oe property

public int maxNeighborAttempts
return int

maxRandomLinkLength public_oe property

public float maxRandomLinkLength
return float

maxRandomNumberNeighbors public_oe property

public int maxRandomNumberNeighbors
return int

minAngle public_oe property

public float minAngle
return float

minAngleRange public_oe property

public float minAngleRange
return float

minRandomLinkLength public_oe property

public float minRandomLinkLength
return float

minRandomNumberNeighbors public_oe property

public int minRandomNumberNeighbors
return int

noLinkIntersection public_oe property

public bool noLinkIntersection
return bool

noLinkNodeIntersection public_oe property

public bool noLinkNodeIntersection
return bool

noLinkNodeIntersectionRadiusPadding public_oe property

public float noLinkNodeIntersectionRadiusPadding
return float

noNodeIntersection public_oe property

public bool noNodeIntersection
return bool

noNodeIntersectionRadiusPadding public_oe property

public float noNodeIntersectionRadiusPadding
return float

nodePrefab public_oe property

public Object nodePrefab
return Object

numNodes public_oe property

public int numNodes
return int