Class RuleTexture Extends GridGraphRule
    Public
    
    Modifies nodes based on the contents of a texture.
This can be used to "paint" penalties or walkability using an external program such as Photoshop.
 
Inner Types
Public Methods
        
                DisposeUnmanagedData
        
                ()
    
                    
                    Called when the rule is removed or the graph is destroyed.
                        Public
                    
                Public Variables
        
                channelScales
        
    
                    
                    
                        Public
                    
                
        
                channels
        
    
                    
                    
                        Public
                    
                
        
                nodesPerPixel
        
    
                    
                    
                        Public
                    
                
        
                scalingMode
        
    
                    
                    
                        Public
                    
                
        
                texture
        
    
                    
                    
                        Public
                    
                Public Enums
        
                ChannelUse
        
    
                    
                    
                        Public
                    
                
        
                ScalingMode
        
    
                    
                    
                        Public
                    
                Inherited Public Members
        
                FilterNodeConnections< T >
        
                (bounds, nodeConnections, layeredDataLayout, filter)
    
                    
                    
                        Public
                            Static
                    
                
        
                ForEachNode< T >
        
                (bounds, nodeNormals, callback)
    
                    
                    Iterate through all nodes.
                        Public
                            Static
                    
                
        
                GetNeighbourDataIndex
        
                (bounds, nodeConnections, layeredDataLayout, dataX, dataLayer, dataZ, direction)
    
                    
                    Returns the data index for a node's neighbour in the given direction.
                        Public
                            Static
                    
                
        
                Hash
        
    
                    
                    Hash of the settings for this rule.
                        Public
                    
                
        
                Pass
        
    
                    
                    Where in the scanning process a rule will be executed.
                        Public
                    
                
        
                SetDirty
        
                ()
    
                    
                    Call if you have changed any setting of the rule.
                        Public
                    
                
        
                enabled
        
    
                    
                    Only enabled rules are executed.
                        Public
                    
                Private/Protected Members
        
                colors
        
    
                    
                    
                        Private