IToolTipBackground.OnContentChange(Vector3, Vector3, Transform) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void OnContentChange(UnityEngine::Vector3 localContentSize, UnityEngine::Vector3 localContentOffset, UnityEngine::Transform ^ contentParentTransform);
public void OnContentChange (UnityEngine.Vector3 localContentSize, UnityEngine.Vector3 localContentOffset, UnityEngine.Transform contentParentTransform);
abstract member OnContentChange : UnityEngine.Vector3 * UnityEngine.Vector3 * UnityEngine.Transform -> unit
Public Sub OnContentChange (localContentSize As Vector3, localContentOffset As Vector3, contentParentTransform As Transform)
Parameters
- localContentSize
- UnityEngine.Vector3
- localContentOffset
- UnityEngine.Vector3
- contentParentTransform
- UnityEngine.Transform