프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AstarProButton | string | ||
AstarProTooltip | string | ||
GUILayoutx | EditorGUILayoutx | ||
askForDarkSkin | bool | ||
astarServerData | string>.Dictionary | ||
astarSkin | |||
downArrow | GUIStyle | ||
editorAssets | string | ||
firstRun | bool | ||
firstShiftNode | Node | ||
graphBoxStyle | GUIStyle | ||
graphDeleteButtonStyle | GUIStyle | ||
graphEditorTypes | CustomGraphEditor>.Dictionary | ||
graphEditors | GraphEditor[] | ||
graphGizmoButtonStyle | GUIStyle | ||
graphInfoButtonStyle | GUIStyle | ||
hasForcedNoDarkSkin | bool | ||
helpBox | GUIStyle | ||
latestAstarVersion | System.Version | ||
latestAstarVersionDesc | string | ||
refreshedServerData | bool | ||
script | AstarPath | ||
scriptsFolder | string | ||
selectedUserConnection | int | ||
serializationSettings | Pathfinding.Serialization.SerializeSettings | ||
showSerializationSettings | bool | ||
stylesLoaded | bool | ||
thinHelpBox | GUIStyle | ||
upArrow | GUIStyle | ||
updateCheckObject | WWW | ||
updateCheckRate | double | ||
updateURL | string | ||
useDarkSkin | bool |
메소드 | 설명 | |
---|---|---|
AddGraph ( System type ) : void | ||
CheckForUpdates ( ) : void | ||
CheckGraphEditors ( bool forceRebuild = false ) : void | ||
CreateGraphEditor ( string graphType ) : GraphEditor | ||
CreateNewUserConnection ( Vector3 start, Vector3 end ) : int | ||
DeSerializationInterrupt ( Pathfinding.AstarSerializer serializer, bool isNewer, System g1 ) : void | ||
DeserializeGraphs ( ) : void | ||
DeserializeGraphs ( byte bytes ) : void | ||
DisableJs ( ) : void | ||
DiscardFirstRun ( ) : void | ||
DrawAboutArea ( ) : void | ||
DrawColorSettings ( ) : void | ||
DrawDarkSkinDialog ( ) : void | ||
DrawDebugSettings ( ) : void | ||
DrawEditorSettings ( ) : void | ||
DrawFirstRun ( ) : void | ||
DrawGraph ( NavGraph graph, GraphEditor graphEditor ) : bool | ||
DrawLinkSettings ( ) : void | ||
DrawMainArea ( ) : void | ||
DrawOptimizationSettings ( ) : void | ||
DrawSerializationSettings ( ) : void | ||
DrawSettings ( ) : void | ||
DrawTagSettings ( ) : void | ||
DrawUserConnections ( ) : void | ||
DrawUserConnectionsWindow ( ) : void | ||
EditTags ( ) : void | ||
EnableJs ( ) : void | ||
FindGraphTypes ( ) : void | ||
GetAstarEditorSettings ( ) : void | ||
GetURL ( string tag ) : string | ||
GetURL ( string tag, string defaultURL ) : string | ||
HandleUndo ( ) : bool | ||
IsJsEnabled ( ) : bool | ||
LoadGraphs ( ) : void | ||
LoadStyles ( ) : bool | ||
OnDestroy ( ) : void | ||
OnDisable ( ) : void | ||
OnDrawGizmos ( ) : void | ||
OnEnable ( ) : void | ||
OnInspectorGUI ( ) : void | ||
OnSceneGUI ( ) : void | ||
ParseServerMessage ( string result ) : void | ||
ReadUnityReference ( Pathfinding.AstarSerializer serializer, string name, int instanceID, System type ) : |
||
RefreshServerMessage ( ) : void | ||
RemoveGraph ( NavGraph graph ) : void | ||
RepaintSceneView ( ) : void | ||
SaveGraphsAndUndo ( EventType, et = EventType.Used ) : void | ||
SerializeGraphs ( ) : byte[] | ||
SerializeGraphs ( Pathfinding settings, uint &checksum ) : byte[] | ||
SerializeGraphs ( uint &checksum ) : byte[] | ||
SetAstarEditorSettings ( ) : void | ||
UpdateCheckCompleted ( string result ) : void | ||
WriteUnityReference ( Pathfinding.AstarSerializer serializer, UnityEngine ob ) : void |
메소드 | 설명 | |
---|---|---|
RemoveConnection ( UserConnection conn ) : void |
public CheckGraphEditors ( bool forceRebuild = false ) : void | ||
forceRebuild | bool | |
리턴 | void |
public CreateGraphEditor ( string graphType ) : GraphEditor | ||
graphType | string | |
리턴 | GraphEditor |
public CreateNewUserConnection ( Vector3 start, Vector3 end ) : int | ||
start | Vector3 | |
end | Vector3 | |
리턴 | int |
public DeSerializationInterrupt ( Pathfinding.AstarSerializer serializer, bool isNewer, System g1 ) : void | ||
serializer | Pathfinding.AstarSerializer | |
isNewer | bool | |
g1 | System | |
리턴 | void |
public DrawGraph ( NavGraph graph, GraphEditor graphEditor ) : bool | ||
graph | NavGraph | |
graphEditor | GraphEditor | |
리턴 | bool |
public static GetURL ( string tag, string defaultURL ) : string | ||
tag | string | |
defaultURL | string | |
리턴 | string |
public static ParseServerMessage ( string result ) : void | ||
result | string | |
리턴 | void |
public static ReadUnityReference ( Pathfinding.AstarSerializer serializer, string name, int instanceID, System type ) : |
||
serializer | Pathfinding.AstarSerializer | |
name | string | |
instanceID | int | |
type | System | |
리턴 |
public SaveGraphsAndUndo ( EventType, et = EventType.Used ) : void | ||
et | EventType, | |
리턴 | void |
public SerializeGraphs ( Pathfinding settings, uint &checksum ) : byte[] | ||
settings | Pathfinding | |
checksum | uint | |
리턴 | byte[] |
public static UpdateCheckCompleted ( string result ) : void | ||
result | string | |
리턴 | void |
public static WriteUnityReference ( Pathfinding.AstarSerializer serializer, UnityEngine ob ) : void | ||
serializer | Pathfinding.AstarSerializer | |
ob | UnityEngine | |
리턴 | void |
public static Dictionary |
||
리턴 | CustomGraphEditor>.Dictionary |
public static System.Version latestAstarVersion | ||
리턴 | System.Version |
public static Pathfinding.Serialization.SerializeSettings serializationSettings | ||
리턴 | Pathfinding.Serialization.SerializeSettings |