C# Class WMG_Random_Graph, WikipediaVisualization

Inheritance: MonoBehaviour
Afficher le fichier Open project: baocin/WikipediaVisualization Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Awake ( ) : void
GenerateGraph ( ) : List
GenerateGraphFromNode ( WMG_Node, fromNode ) : List

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

GenerateGraph() public méthode

public GenerateGraph ( ) : List
Résultat List

GenerateGraphFromNode() public méthode

public GenerateGraphFromNode ( WMG_Node, fromNode ) : List
fromNode WMG_Node,
Résultat List

Property Details

centerPropogate public_oe property

public bool centerPropogate
Résultat bool

createOnStart public_oe property

public bool createOnStart
Résultat bool

debugRandomGraph public_oe property

public bool debugRandomGraph
Résultat bool

linkPrefab public_oe property

public Object linkPrefab
Résultat Object

maxAngleRange public_oe property

public float maxAngleRange
Résultat float

maxNeighborAttempts public_oe property

public int maxNeighborAttempts
Résultat int

maxRandomLinkLength public_oe property

public float maxRandomLinkLength
Résultat float

maxRandomNumberNeighbors public_oe property

public int maxRandomNumberNeighbors
Résultat int

minAngle public_oe property

public float minAngle
Résultat float

minAngleRange public_oe property

public float minAngleRange
Résultat float

minRandomLinkLength public_oe property

public float minRandomLinkLength
Résultat float

minRandomNumberNeighbors public_oe property

public int minRandomNumberNeighbors
Résultat int

noLinkIntersection public_oe property

public bool noLinkIntersection
Résultat bool

noLinkNodeIntersection public_oe property

public bool noLinkNodeIntersection
Résultat bool

noLinkNodeIntersectionRadiusPadding public_oe property

public float noLinkNodeIntersectionRadiusPadding
Résultat float

noNodeIntersection public_oe property

public bool noNodeIntersection
Résultat bool

noNodeIntersectionRadiusPadding public_oe property

public float noNodeIntersectionRadiusPadding
Résultat float

nodePrefab public_oe property

public Object nodePrefab
Résultat Object

numNodes public_oe property

public int numNodes
Résultat int