Class AnimationLink Extends NodeLink2
    Public
    
    
    
Inner Types
Public Methods
Public Variables
        
                animSpeed
        
    
                    
                    
                        Public
                    
                
        
                boneRoot
        
    
                    
                    
                        Public
                    
                
        
                clip
        
    
                    
                    
                        Public
                    
                
        
                referenceMesh
        
    
                    
                    
                        Public
                    
                
        
                reverseAnim
        
    
                    
                    
                        Public
                    
                
        
                sequence
        
    
                    
                    
                        Public
                    
                Inherited Public Members
        
                EndTransform
        
    
                    
                    
                        Public
                    
                Called after graphs have been updated using GraphUpdateObjects or navmesh cutting.
        
                StartTransform
        
    
                    
                    
                        Public
                    
                
        
                costFactor
        
    
                    
                    The connection will be this times harder/slower to traverse.
                        Public
                    
                
        
                end
        
    
                    
                    End position of the link.
                        Public
                    
                
        
                graphMask
        
    
                    
                    Which graphs this link is allowed to connect.
                        Public
                    
                
        
                onTraverseOffMeshLink
        
    
                    
                    Callback to be called when an agent starts traversing an off-mesh link.
                        Public
                    
                
        
                oneWay
        
    
                    
                    Make a one-way connection.
                        Public
                    
                
        
                pathfindingTag
        
    
                    
                    The tag to apply to the link.
                        Public
                    
                Private/Protected Members
        
                isActive
        
    
                    
                    True if the link is connected to the graph.
                        Internal
                    
                
        
                linkSource
        
    
                    
                    
                        Protected
                    
                
        
                uniqueID
        
    
                    
                    Unique persistent ID for this component, used for serialization.
                        Protected
                    
                
        
                usedIDs
        
    
                    
                    Maps persistent IDs to the component that uses it.
                        Protected
                            Static