C# Класс UnityEditorInternal.BlendTreePreviewUtility

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CalculateBlendTexture ( Animator animator, int layerIndex, int stateHash, Texture2D blendTexture, Texture2D weightTextures, Rect rect ) : void

Приватные методы

Метод Описание
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

Описание методов

CalculateBlendTexture() публичный статический Метод

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
Результат void