GetInputWeightInternal() private méthode

private GetInputWeightInternal ( int inputIndex ) : float
inputIndex int
Résultat float
 public float GetInputWeight(int index)
 {
     return(Playable.GetInputWeightInternal(ref this, index));
 }