Skip to content

Binding to a UnityUI object caused RectTransform to bind too #90

Description

@extrakun

I have observed that binding a GameObject that has a RectTransform to it as a Transform will cause a binding to be made to RectTransform as well:

	this.AddContainer (mainContainer)
				.RegisterExtension<UnityBindingContainerExtension> ()
                                .Bind<Transform> ().ToGameObject ("SectorPanel").As ("SectorPanel")

will result in:

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions