Klak.Wiring.VectorOutEditor.IsTargetable C# (CSharp) Méthode

IsTargetable() private méthode

private IsTargetable ( PropertyInfo info ) : bool
info System.Reflection.PropertyInfo
Résultat bool
        bool IsTargetable(PropertyInfo info)
        {
            return info.GetSetMethod() != null &&
                info.PropertyType == typeof(Vector3);
        }