Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Missing properties?

edited January 2020 in Issues
I came across some odd properties:

I assume there were supposed to be some controls in this spot, but for whatever reason they didn't load properly.
I found this kind of property listed in following locations:
  • /Appendages/[fluff or model group]/Instances/[YL2Object] -> YL2.SerializedPropertySurfacePoint
  • /Parts/[Part] -> YL2.SerializedProperty`1[UnityEngine.Quaternion]
  • /Parts/[Part] -> YL2.SerializedPropertyPredefinedArray`1[System.In <the rest is cut by interface>

Comments

  • odesodes Administrator
    Ah yeah, those types don't have an interface yet. But even if they did, it wouldn't make that much sense as changing a surface point or a quaternion is really difficult and counter intuitive. You want to use the tools for that instead.

    They're mostly there to have the vales stored. I should probably hide those properties.
Sign In or Register to comment.