C# Class UnityEditorInternal.BlendTreePreviewUtility

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
CalculateBlendTexture ( Animator animator, int layerIndex, int stateHash, Texture2D blendTexture, Texture2D weightTextures, Rect rect ) : void

Private Methods

Method Description
CalculateRootBlendTreeChildWeights ( Animator animator, int layerIndex, int stateHash, float weightArray, float blendX, float blendY ) : void
GetRootBlendTreeChildWeights ( Animator animator, int layerIndex, int stateHash, float weightArray ) : void
INTERNAL_CALL_CalculateBlendTexture ( Animator animator, int layerIndex, int stateHash, Texture2D blendTexture, Texture2D weightTextures, Rect &rect ) : void

Method Details

CalculateBlendTexture() public static method

public static CalculateBlendTexture ( Animator animator, int layerIndex, int stateHash, Texture2D blendTexture, Texture2D weightTextures, Rect rect ) : void
animator UnityEngine.Animator
layerIndex int
stateHash int
blendTexture UnityEngine.Texture2D
weightTextures UnityEngine.Texture2D
rect UnityEngine.Rect
return void